You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2. Provide the **host name** for the certificate. You can use wildcard like `*.acme.com`. Under the hood we use [minimatch](https://www.npmjs.com/package/minimatch)
21
+
2. Provide the **host name** for the certificate. You can use wildcard like `*.acme.com`. Under the hood we use [minimatch](https://www.npmjs.com/package/minimatch)
22
22
3. Select the **certificate file** and **private key** file. Both need to be in `PEM` format.
23
23
4. If your client certificate requires a custom **Certificate Authority**, you can add another `PEM` file that contains one or more concatenated CA certificates.
24
24
5. If you provided a **passphrase** when generating your certificate and private key files, provide it in the passphrase input. You can leave it empty if no passphrase is needed.
25
25
26
-
> Note that your passphrase will be encrypted at rest, in transit and only used at very end when executing your API check.
26
+
<Note>
27
+
Note that your passphrase will be encrypted at rest, in transit and only used at very end when executing your API check.
0 commit comments