Let's Encrypt - Has a certificate problem in Android Chrome

Let’s Encrypt - Has a certificate problem in Android Chrome

If you use Let’s Encrypt as SSL certificate

Then setting this in Nginx

ssl_certificate /etc/letsencrypt/live/<domain>/cert.pem;

You can find it maybe has problem in Android Chrome

Now you can modify this

ssl_certificate /etc/letsencrypt/live/<domain>/fullchain.pem;

Test your SSL

SSL Server Test

Refer - Let’s encrypt certificate not working for Andriod’s Google Chrome

nginx - study log

nginx - Study Log 半調子的紀錄… Command Line sudo service nginx start sudo service nginx restart sudo service nginx stop # 測試 nginx 設定 sudo nginx -t config # document root root /usr/share/nginx/html; # set page show index index.html index.htm index.php; # 把 lib 目錄打開 location /lib { autoindex on; } refer - [Read More]