Hello!
If I create a selfsigned certificate using ADT like this:
adt -certificate -cn MySelfSign -o "MyCompany" 2048-RSA C:\MySelfSign.p12 myPassword
will this certificate expire sometime? if so, when? and can I somehow set when it shall expire?
Thanks!