mirror of
https://github.com/rancher/rancher-docs.git
synced 2026-09-25 04:28:15 +00:00
Add servername to openssl to use SNI
This commit is contained in:
committed by
Denise
parent
08ab831234
commit
e8761286d6
@@ -73,7 +73,7 @@ certutil -decode FILENAME.base64 FILENAME.verify
|
||||
|
||||
<h5>Command:</h5>
|
||||
<pre style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4">
|
||||
openssl s_client -CAfile ca.pem -connect rancher.yourdomain.com:443
|
||||
openssl s_client -CAfile ca.pem -connect rancher.yourdomain.com:443 -servername rancher.yourdomain.com
|
||||
...
|
||||
Verify return code: 0 (ok)
|
||||
</pre>
|
||||
|
||||
Reference in New Issue
Block a user