- 1. Copy domain.pfx to homedir (f.e. www)
- openssl pkcs12 -in domain.pfx -clcerts -nokeys -out domain.cer
- openssl pkcs12 -in domain.pfx -nocerts -nodes -out domain.key
- (optional) openssl pkcs12 -in domain.pfx -clcerts -nokeys -out domain.pem
- 2. Copy generated files to apache /etc/apache2/ssl
- sudo cp
- 3. Add files to config
- SSLCertificateFile /etc/apache2/ssl/domain.cer
- SSLCertificateKeyFile /etc/apache2/ssl/domain.key
- SSLCertificateChainFile /etc/apache2/ssl/domain.pem
- 4. Restart apache2
- sudo service apache2 restart
- # Plesk
- - Zertifikat in entsprechender Domain ergänzen
- > Privater Schlüssel (*.key) *
- > Zertifikat (*.crt) *
- Abschließend unter "Hosting und DNS" in den Hosting-Einstellungen unter Sicherheit auswählen.
Recent Pastes