GPG & OpenSSL commands
Generate a random password: 1$ openssl rand -base64 18 Examine ASN.1 structure of a CSR : 1$ openssl asn1parse -i -in ./0000_csr-certbot.pem Generate a key (interactive mode): 1$ gpg --gen-key You can use the key generator in an unattended mode. Values in the example below are the same as β¦