Difference between revisions of "Openssl genrsa -aes256 -out ./example.org.key 4096"

From wikieduonline
Jump to navigation Jump to search
Line 9: Line 9:
 
  Verifying - Enter pass phrase for ./example.org.key:
 
  Verifying - Enter pass phrase for ./example.org.key:
  
 
+
Check output:
 
  cat example.org.key
 
  cat example.org.key
 
  -----BEGIN RSA PRIVATE KEY-----
 
  -----BEGIN RSA PRIVATE KEY-----

Revision as of 10:51, 21 February 2022

openssl genrsa -aes256 -out ./example.org.key 4096
Generating RSA private key, 4096 bit long modulus
...................................................................++
........................................................................................++
e is 65537 (0x10001)
Enter pass phrase for ./example.org.key:
Verifying - Enter pass phrase for ./example.org.key:

Check output:

cat example.org.key
-----BEGIN RSA PRIVATE KEY-----
Proc-Type: 4,ENCRYPTED
DEK-Info: AES-256-CBC,F72EFC7CF84D63130FCF594A9AA39CEF

v5UDLE1boeuWN/1iDVH4qnxbYDapU390ts9mIqkahiXf0L/93UTtsQinmD/Watzd
.../...
VBBwBxr4Du7JoCoRXCAtFhnh9t8IO9wV3gApZFh9+sPMN7eG6yrjOc4oR+n0BFnA
-----END RSA PRIVATE KEY-----


Related


See also

Advertising: