How to add SSL certs to m...
How to add SSL certs to my dynamic servers?
- Home
- Control Panel
- Community Forum
- Services
- SSL Certificate
- How to add SSL certs to my dynamic servers?
- Community Forum
- How to add SSL certs to my dynamic servers?
Topic: How to add SSL certs to my dynamic servers?
I have recently purchased a SSL cert on tlep.dynu.net, now I'm stuck at providing the CSR, I'm not sure how to go further from here. Basically this is my current setup:I have multiple servers connected to my home router which serves as the port forwarding hub, like:1) 5983 - internal IP 192.168.0.100:5983 (CouchDB running on Ubuntu Server)2) 5984 - internal IP 192.168.0.101:5984 (Another CouchDB)The question is, where do I generate the CSR for both use? or how to do it?Appreciate your soon reply.Thanks.
Reply with quote | Report
You can create CSR from Ubuntu using OpenSSL. Once you create a CSR, please hold on to the private key. Once we process your SSL certificate and provide you the SSL certificate, you can then use the certificate and private keys on both devices at the same time. Essentially, once you have a set of certificate and private key, you can convert it into various formats and utilize it with many devices for SSL communication.openssl req -new -newkey rsa:2048 -nodes -keyout tlep.dynu.net.key -out tlep.dynu.net.csr
Reply with quote | Report
Author | Topic: How to add SSL certs to my dynamic servers? |
---|---|
LIANG WONG Joined: 5/18/2017 |
How to add SSL certs to my dynamic servers? Thursday, May 18, 2017 1:34 PM
I have recently purchased a SSL cert on tlep.dynu.net, now I'm stuck at providing the CSR, I'm not sure how to go further from here. Basically this is my current setup:I have multiple servers connected to my home router which serves as the port forwarding hub, like:1) 5983 - internal IP 192.168.0.100:5983 (CouchDB running on Ubuntu Server)2) 5984 - internal IP 192.168.0.101:5984 (Another CouchDB)The question is, where do I generate the CSR for both use? or how to do it?Appreciate your soon reply.Thanks.
|
timothytw Joined: 5/2/2002 |
How to add SSL certs to my dynamic servers? Friday, May 19, 2017 2:27 PM
You can create CSR from Ubuntu using OpenSSL. Once you create a CSR, please hold on to the private key. Once we process your SSL certificate and provide you the SSL certificate, you can then use the certificate and private keys on both devices at the same time. Essentially, once you have a set of certificate and private key, you can convert it into various formats and utilize it with many devices for SSL communication.openssl req -new -newkey rsa:2048 -nodes -keyout tlep.dynu.net.key -out tlep.dynu.net.csr
|
It is currently Friday, November 15, 2024 5:45 AM US Mountain Standard Time
Friday, November 15, 2024 5:45 AM