vi /etc/ldap/ldap.conf … TLS_CACERT /etc/ssl/certs/ca-certificates.crt … vi /etc/ssl/certs/example.crt içeriğini vi /etc/ssl/certs/ca-certificates.crt en altına: …NDKFufrSaE33iA== yapıştır. 000-default.conf … SSLEngine on SSLCertificateChainFile /etc/ssl/certs/GsServerRoot.crt SSLCertificateFile /etc/ssl/certs/example.crt SSLCertificateKeyFile /etc/ssl/private/example.key SSLVerifyClient none #SSLCipherSuite ALL:!ADH:!EXPORT56:RC4+RSA:+HIGH:+MEDIUM:+LOW:+SSLv2:+EXP:+eNULL SSLCipherSuite ALL:!ADH:!EXPORT56:RC4+RSA:+HIGH:+MEDIUM:-LOW:+SSLv3:+TLSv1:-SSLv2:+EXP:+eNUL …
Articles Tagged: ssl sertifikası
Nginx ile LetsEncrypt Ssl Güvenliği (Ücretsiz SSL Sertifikası)
Step 1 — Installing Certbot The first step to using Let’s Encrypt to obtain an SSL certificate is to install the certbot software on your server. The Certbot developers maintain their own Ubuntu software repository with up-to-date versions of the software. Because Certbot is in such active development it’s worth using this repository to install […]