Skip to content

Instantly share code, notes, and snippets.

@salrashid123
Created August 26, 2017 20:19
Show Gist options
  • Save salrashid123/864db603828baee1745a9a398e59d686 to your computer and use it in GitHub Desktop.
Save salrashid123/864db603828baee1745a9a398e59d686 to your computer and use it in GitHub Desktop.
$ nslookup main.esodemoapp2.com 8.8.8.8
Server: 8.8.8.8
Address: 8.8.8.8#53
Non-authoritative answer:
Name: main.esodemoapp2.com
Address: 127.0.0.1
$ openssl x509 -in server_crt.pem -text -noout
...
Subject: C=US, ST=California, O=Google, OU=Enterprise, CN=main.esodemoapp2.com
...
X509v3 extensions:
X509v3 Basic Constraints:
CA:FALSE
Netscape Comment:
OpenSSL Generated Certificate
X509v3 Subject Alternative Name:
IP Address:192.168.1.3, IP Address:127.0.0.1, DNS:main.esodemoapp2.com
X509v3 Key Usage:
Digital Signature, Non Repudiation, Key Encipherment
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment