Openssl: Difference between revisions
From Federal Burro of Information
Jump to navigationJump to search
No edit summary |
No edit summary |
||
Line 8: | Line 8: | ||
more here: http://www.madboa.com/geek/openssl/ | more here: http://www.madboa.com/geek/openssl/ | ||
== CA or not CA == | |||
Web Server Cert: | |||
X509v3 extensions: | |||
X509v3 Basic Constraints: critical | |||
CA:FALSE | |||
CA Cert: | |||
X509v3 extensions: | |||
X509v3 Basic Constraints: critical | |||
CA:TRUE |
Revision as of 16:57, 19 June 2013
connect to ssl at the command line:
https:
openssl s_client -connect server:443
smtp tls:
openssl s_client -connect server:25 -starttls smtp
more here: http://www.madboa.com/geek/openssl/
CA or not CA
Web Server Cert:
X509v3 extensions: X509v3 Basic Constraints: critical CA:FALSE
CA Cert:
X509v3 extensions: X509v3 Basic Constraints: critical CA:TRUE