Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 654 Bytes

server_rsa_public_key.md

File metadata and controls

21 lines (14 loc) · 654 Bytes

← Configurations

server_rsa_public_key

[String] Corresponding public key for server_rsa_private_key. You can use $RESIDUE_HOME environment variable in this file path.

Once you have generated the private key, you can extract public key from it using following OpenSSL commands:

openssl rsa -in server-priv.pem -outform PEM -pubout -out server.pem

See Also

← Configurations