How To Install Godaddy Ssl Certificate Apache
This post has been intended for the first time users who want to install GoDaddy SSL certificate in their website. The procedures described here should work well with Apache server and with Nginx.
Steps to take before installing GoDaddy SSL
To install a digital certificate, y'all must kickoff generate and submit a Certificate Signing Request (CSR) to the Certification Dominance (CA). The CSR contains your certificate-application data, including your public key. Use your Spider web server software to generate the CSR, which will as well create your public/private key pair used for encrypting and decrypting secure transactions.
If yous send a certification sending asking for a domain hosted by Godaddy, you lot practice not have to generate and submit CSR because GoDaddy volition that for yous.
Useful link: how to geneate as certificate singning request
Step 1:
To Generate CSRs in NGINX or Apache, follow the steps given below,
- Connect to your server via SSH
- Run the post-obit command:
openssl req -new -newkey rsa:2048 -nodes -keyoutyour domain name.central -outyour domain proper noun.csr
Notation: in the above command line, you lot need to replace the domain name with your domain name. For case, if your domain name is example.com, you lot can type example.primal and example.csr.
The same process is valid if you lot desire to install SSL in your Apache server.
You have to type the post-obit information:
- Common proper name
- Organization
- Organizational unit
- City or locality
- Country or province
- Country
- Passphrase
Though passpharase is optional, you can use a passphrase to make your SSL protect against additional risks.
Step ii:
Open the CSR in a text editor and copy all of the text. The location of the CSR will be the location where yous typed the openssl command to create the key. In the location you volition detect two files: one is yourdomain.fundamental and some other is yourdomain.csr. your private key will be yourdomain.key and yous can rename it equally per your requirements.
Stride three:
Log in to your Godaddy account. Click on SSL certificates and then click on 'Manage'. Adjacent click on the 'View Status'. Click on 'Manage' and and then click on "Re-Central certificate "Paste the full CSR into the SSL asking expanse in your account and click on 'SAVE'.
Step 4:
Download the cert file and the bundle file from Godaddy and then upload it to the /etc/ssl/certs folder. Likewise yous need to put the individual fundamental file in the /etc/ssl/private directory.
Step 5.
Make sure y'all mention the location of the cert and key files in config file of the web service that is installed in your webserver.
How to install a wildcard certificate in the second server without generating CSR
Scenario: You have installed your wildcard certificate in a server, and now want to add together that cert in a second server.
At first,combine your certificate with your private primal. Godaddy provides a gd_bungle certificate and a singed certificate. In cryptograpy, y'all can tin combine a number of certicate file into a single file using file archieve format known equally PKCS12 or pfx .In order to create a pkcs12(pfx) cert file, you lot need to combine both the godaddy cert files into a single file.For example, yous have two files–one is mycert.crt and some other is gd_bundle.crt. To combine the files, run the following commands every bit shown beneath in your Linux car
true cat mycert.crt gd_bundle.crt > combined.crt
To create pkcs12 file, you tin use Ubuntu Linux or apply https://world wide web.sslshopper.com/ssl-converter.html. I used Ubuntu Linux because I already had Ubuntu installed and information technology has a built in pkcs12 functionality.
Run the following command in to create your pkcs12 certificate
openssl pkcs12 -export -in combined.crt -inkey mykey.key -out smsvpncert.p12
To cheque the pkcs12 document:
openssl pkcs12 -info -in smsvpncert.p12
Adjacent go to https://certs.godaddy.com/repository and download the
gd_intermediate.crt (pem) file from GoDaddy Certificate Chain
And so, install this gd_intermediate.crt (pem) file in the ASDM CA.
Finally, click on identify certificate in the ASA, and and so select pkcs12 file that you generate in Ubuntu.
type the passphrase that you created with the p12 file. and install the document.
To use the certificate, go to device direction and and then click on Advanced then ssl settings.
click on edit button of outside interface and select the identity certificate that you lot created earlier.
If you have any questions and thoughts virtually wildcard SSL certification, please share your feedback with united states of america.
Source: https://securitywing.com/how-to-install-a-new-godaddy-ssl-wildcard-certificate/
Posted by: fletchermatelike.blogspot.com
0 Response to "How To Install Godaddy Ssl Certificate Apache"
Post a Comment