Al crear un par de claves usando gpg
, me pide una fecha de vencimiento:
$ gpg --gen-key
Please specify how long the key should be valid.
0 = key does not expire
<n> = key expires in n days
<n>w = key expires in n weeks
<n>m = key expires in n months
<n>y = key expires in n years
¿Por qué se necesita esto y cuáles son las ventajas de tener una fecha de vencimiento?