Hello
I am a beginner at this so please bear with me, but i wanted to know how to install PositiveSSL purchased from Namecheap.com and install it on my droplet running Ubuntu WordPress. I tired
went to my site https Not trusted
Please help.
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
That tutorial is for creating a self-signed key. You want to use the one that you received from PositiveSSL. The steps will be largely the same, but you can start with step four:
<br>
<br>https://www.digitalocean.com/community/articles/how-to-create-a-ssl-certificate-on-apache-for-ubuntu-12-04#StepFour—SetUptheCertificate
<br>
<br>When editing /etc/apache2/sites-available/default-ssl point to where you have stored the files you downloaded from Godaddy instead of the ones you would have created:
<br>
<br> <br>SSLEngine On <br>SSLCertificateFile /path/to/.crt <br>SSLCertificateKeyFile /path/to/.key <br>SSLCertificateChainFile /path/to/.ca-bundle <br>
Really having a hard time with this… :{ <br> <br> <br>Here are the file I have gotten from Comodo <br> <br>AddTrustExternalCARoot <br>COMODORSAAddTrustCA <br>COMODORSADomainValidationSecureServerCA <br>MyDomain_com <br> <br>how do I make a .ca-bundle in details please and next step after that <br> <br> <br>Thank you.
You should be able to create the bundle with:
<br>
<br><pre>
<br>cat MyDomain_com COMODORSADomainValidationSecureServerCA.crt
<br> COMODORSAAddTrustCA.crt AddTrustExternalCARoot.crt > COMODO.ca-bundle
<br></pre>
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.