We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16d43fd commit 6240806Copy full SHA for 6240806
modules/nw-mutual-tls-auth.adoc
@@ -61,3 +61,9 @@ $ oc edit IngressController default -n openshift-ingress-operator
61
allowedSubjectPatterns:
62
- "^/CN=example.com/ST=NC/C=US/O=Security/OU=OpenShift$"
63
----
64
+. Optional, get the Distinguished Name (DN) for `allowedSubjectPatterns` by entering the following command.
65
+[source,terminal]
66
+----
67
+$ openssl x509 -in custom-cert.pem -noout -subject
68
+subject= /CN=example.com/ST=NC/C=US/O=Security/OU=OpenShift
69
0 commit comments