My domain is: jittapan.app
My web server is (include version): nginx 1.14.0 (Ubuntu)
The operating system my web server runs on is (include version): Ubuntu 18.04.2
I can login to a root shell on my machine (yes or no, or I don’t know): Yes
I’m using a control panel to manage my site (no, or provide the name and version of the control panel): no
The version of my client is (e.g. output of certbot --version
or certbot-auto --version
if you’re using Certbot): certbot 0.31.0
I’m using configurations provided here for my web server.
The command
echo | openssl s_client -connect jittapan.app:443 -servername jittapan.app 2>/dev/null | awk '/Certificate chain/,/---/'
Outputs
Certificate chain
0 s:CN = jittapan.app
i:C = US, O = Let's Encrypt, CN = Let's Encrypt Authority X3
1 s:C = US, O = Let's Encrypt, CN = Let's Encrypt Authority X3
i:O = Digital Signature Trust Co., CN = DST Root CA X3
Chrome shows a certificate issued to “Default Company Ltd” when I viewed the certificate.
I’m not sure what I did wrong here.
Thank you for your help.