Sentora Support Forums

Full Version: Domain validation SSL installation issue
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I followed this tutorial to install DV SSL for my domain. But i have confuse of generating CSR in server. How to Generate CSR in my server ?
Take a look at this link, it may Help. http://blogs.tanertemel.co.uk/2015/04/en...ecure.html
(07-22-2015, 06:56 PM)clu55ter Wrote: [ -> ]Take a look at this link, it may Help. http://blogs.tanertemel.co.uk/2015/04/en...ecure.html

SSL Vendor asking CSR . Beor provide SSL certificate. Which code should i provide?
Whenever you request a certificate from one of the SSL vendors, you are asked to enter a CSR. CSR is short for Certificate Signing Request and is often in the PEM format.

Read more here
https://tls.mbed.org/kb/how-to/generate-...equest-csr
(07-22-2015, 08:55 PM)clu55ter Wrote: [ -> ]Whenever you request a certificate from one of the SSL vendors, you are asked to enter a CSR. CSR is short for Certificate Signing Request and is often in the PEM format.

Read more here
https://tls.mbed.org/kb/how-to/generate-...equest-csr

Okay. Now i have installed SSL successfully . But i can see this isseue

(98)Address already in use: make_sock: could not bind to address 0.0.0.0:443
no listening sockets available, shutting down

How to resolve it please?