Created
August 26, 2017 20:19
-
-
Save salrashid123/864db603828baee1745a9a398e59d686 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ 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