file.ca-bundle
file.crt
file.p7b
file.key
what is the proccess to install the certificate ??
Moderators: gerski, enjay, williamconley, Op3r, Staydog, gardo, mflorell, MJCoate, mcargile, Kumba, Michael_N
file.ca-bundle
file.crt
file.p7b
file.key
1- fill out your domain name and Accept ZeroSSL TOS and Accept Let's Encrypt SA (pdf) (System will generate the csr certificate
2- Include www-prefixed version too? Yes/ No (Your Choice)
3- Generating CSR -> Next
4- Generating Private Key -> Next
5- Download the file and upload to your server for verification (http://domain.com/.well-known/acme-challenge/) create a folder in root named .well-know and a subfolder named (acme-challenge)
6- Verify
7- Copy / Download certificate (rename to vicibox.crt)
8- Copy / Download domain key (rename to vicibox.key)
9- Upload files to dtlscertfile=/etc/apache2/ssl.crt/vicibox.crt and dtlsprivatekey=/etc/apache2/ssl.key/vicibox.key
10- service apache2 restart
11- vim /etc/apache2/vhosts.d/1111-default.conf
12- add this commands at the end before ends </virtualhost>
RewriteEngine On
RewriteCond %{SERVER_PORT} !^443$
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
service apache2 restart
iboam wrote:i bought a ssl certificate and they gave me:file.ca-bundle
file.crt
file.p7b
file.key
what is the proccess to install the certificate ??
SSLEngine on
SSLCertificateFile /etc/apache2/ssl.crt/vicibox.crt
#SSLCACertificateFile /etc/apache2/ssl.crt/CA_chain.crt
SSLCertificateKeyFile /etc/apache2/ssl.key/vicibox.key
service apache2 restart
Users browsing this forum: No registered users and 136 guests