Skip to content

Commit 9915f42

Browse files
author
sarahsimpers
committed
(DOCSP-15417) Added TLS server name parameter and removed path to openssl executable in an example
1 parent d92fa8b commit 9915f42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/includes/steps-source-deploy-om-resource.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ content: |
6363
6464
.. code-block:: sh
6565
66-
/usr/local/opt/openssl/bin/openssl s_client -showcerts -verify 2 \
66+
openssl s_client -servername downloads.mongodb.com -showcerts -verify 2 \
6767
-connect downloads.mongodb.com:443 < /dev/null \
6868
| awk '/BEGIN/,/END/{ if(/BEGIN/){a++}; out="cert"a".crt"; print >out}'
6969

0 commit comments

Comments
 (0)