installing SSL keys
-
Long story short I am running in docker on a pi, and I got the SSL to work, then the last docker update broke everything… My backups error out on install with a 301 redirect as I believe the SSL needs to be manually reinstalled… as they where destroyed when the new docker images was created.
my site-enabled file should look like this?
‘
DocumentRoot /var/www/
SSLEngine on
SSLCertificateFile /path/to/your_domain_name.crt
SSLCertificateKeyFile /path/to/your_private.key
SSLCertificateChainFile /path/to/DigiCertCA.crtDocumentRoot /var/www/
SSLEngine on
SSLCertificateFile /path/to/your_domain_name.crt
SSLCertificateKeyFile /path/to/your_private.key
SSLCertificateChainFile /path/to/DigiCertCA.crt‘
So I have 3 key files which goes into which?
site.com.ca-bundle site.com.crt and site.com.p7bI am using reallysimplessl to manage the rest of it.
-
Hi there,
Your site is not hosted on WordPress.com, but using the open source WordPress.org software at another hosting provider. We’re only able to help with sites hosted on our servers at WordPress.com.
Please contact your hosting provider directly for help, or ask the WordPress.org community for advice instead. They provide support for the version of WordPress you’re using:
-
I thought I was lol… I started on .org and got kicked around and ended here when I posted, and I did not double check the URL.
I am my own hoster, I’m running the site on a Rasberry Pi, Ubuntu and docker.
Thanks, I will head over there.
- The topic ‘installing SSL keys’ is closed to new replies.