Skip to content

Commit ce79259

Browse files
authored
Updating cert titles and links in the MTLS page (#102)
* updating cert titles and links * updating MTLS page to reference Cert page * pr feedback
1 parent a0e4a33 commit ce79259

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/webhooks/03-Mutual-TLS.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ These steps assume you already have server authentication setup.
2121

2222
In general, there are five steps needed to turn on client authentication for your server:
2323

24-
1. Download the PEM version of the [DigiCert Global Root CA](https://cacerts.digicert.com/DigiCertGlobalRootCA.crt.pem) certificate.
24+
1. Download the PEM version of the DigiCert Root certificate from our [Public Certificates Page](../../docs/webhooks/08-Certificates.md).
2525
2. Turn on client certificate verification.
2626
3. Specify the CA certificate from step 1 as trusted.
27-
4. Set the verification depth to 2 since our PagerDuty certificate is actually signed by the [DigiCert SHA2 Secure Server CA](https://dl.cacerts.digicert.com/DigiCertSHA2SecureServerCA.crt) which is an intermediate CA under DigiCert Global Root CA.
27+
4. Set the verification depth to 2 since our PagerDuty certificate is actually signed by an intermediate.
2828
5. Verify the client certificate is actually from PagerDuty by inspecting its Subject Domain Name.
2929

3030
Now we will go over sample server configurations for NGINX and Apache.

0 commit comments

Comments
 (0)