commit 5b786d7a68479554543f64d74fb5e7c8aee3719e
parent 940411158cf51cb8254cf96e3075a94153570960
Author: pyratebeard <root@pyratebeard.net>
Date: Wed, 5 Dec 2018 17:08:58 +0000
openssl page and link
Diffstat:
2 files changed, 7 insertions(+), 0 deletions(-)
diff --git a/Home.md b/Home.md
@@ -73,6 +73,7 @@
### networking
- [firewalls](technology/networking/firewalls)
+- [openssl](technology/networking/openssl)
- [subnet_cheatsheet](technology/networking/subnet_cheatsheet)
- [wifi_connect](technology/networking/wifi_connect)
diff --git a/technology/networking/openssl.md b/technology/networking/openssl.md
@@ -0,0 +1,6 @@
+# openssl
+
+## check https connection
+```
+openssl s_client -connect domain.com:443
+```