Creating TLS Certificates
Supported Certificate Types
Installing a custom private key and local certificate on ProSBC
Use ProSBC (or Linux) shell to manipulate certificates
Create new private key
openssl genrsa -out MY_PRIVATE_KEY.pem 2048 Generating RSA private key, 2048 bit long modulus
.....................+++
..............................+++
e is 65537 (0x10001)
Enter pass phrase for MY_PRIVATE_KEY.pem:
Verifying - Enter pass phrase for MY_PRIVATE_KEY.pem:Create a self-signed certificate from a private key
Create a CSR (certificate signing request) from a private key
View the contents of the certificate
View the signing request of a certificate (CSR)
Check that a certificate and a CSR match the private key
Last updated
Was this helpful?
