Misreading openssl command line options
Am I the only one who took a couple years to realize that the -inform
option of openssl x509
means INput FORMat and has nothing to do with information, and that the -nodes
option of openssl req
means “no DES” (aka no DES encryption of the private key) and has nothing to do with nodes?