Skip to content

Commit 35ac526

Browse files
fix: broken image and formatting in client certificats docs [ship] (#130)
* fix: broken image and formatting in client certificats docs * Update client-certificates.mdx
1 parent 96460b8 commit 35ac526

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

detect/synthetic-monitoring/api-checks/client-certificates.mdx

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,21 +9,23 @@ any other authentication scheme where the requester needs to provide a certifica
99
Each client certificate is specific to a domain name, e.g. `acme.com` and will be used automatically by any API checks
1010
targeting that domain.
1111

12-
> Client certificates are available on the [**Enterprise** plan](/pricing/) only
12+
<Note>Client certificates are available on the [**Enterprise** plan](/pricing/) only.</Note>
1313

1414
## Adding a certificate
1515

1616
Go to the **[Client Certificates](https://app.checklyhq.com/settings/account/client-certificates)** tab on the Account settings screen.
1717

18-
![api checks client certificates](/images/api-checks/client-certificates.png)
18+
![api checks client certificates](/images/docs/images/api-checks/client-certificates.png)
1919

2020
1. Click "Add client certificate".
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)
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)
2222
3. Select the **certificate file** and **private key** file. Both need to be in `PEM` format.
2323
4. If your client certificate requires a custom **Certificate Authority**, you can add another `PEM` file that contains one or more concatenated CA certificates.
2424
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.
2525

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.
28+
</Note>
2729

2830
## Using a certificate
2931

0 commit comments

Comments
 (0)