Skip to content

Commit 381a51a

Browse files
committed
vale suggestions
1 parent 96bd94f commit 381a51a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

deploy-manage/monitor/autoops/autoops-sm-troubleshoot-custom-certification.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ products:
1212

1313
# Troubleshoot {{agent}} not recognizing custom SSL certificate
1414

15-
If {{agent}} is failing to connect your self-managed cluster to AutoOps because it doesn't recognize your SSL certificate, this may be because your certificate is signed by a custom or internal Certificate Authority (CA).
15+
If {{agent}} is failing to connect your self-managed cluster to AutoOps because it doesn't recognize your SSL certificate, this might be because your certificate is signed by a custom or internal Certificate Authority (CA).
1616

17-
You may encounter an error like the following:
17+
You might encounter an error like the following:
1818

1919
```sh
2020
... x509: certificate signed by unknown authority ...
@@ -33,7 +33,7 @@ Complete the following steps:
3333
1. On the host machine, open the `elastic-agent.yml` file. \
3434
The default location is `/opt/Elastic/Agent/elastic-agent.yml`.
3535
2. In the `elastic-agent.yml` file, locate the `receivers.metricbeatreceiver.metricbeat.modules` section.
36-
3. In this section, there will be two modules configured for `autoops_es`, one for metrics and one for templates. \
36+
3. In this section, there are two modules configured for `autoops_es`, one for metrics and one for templates. \
3737
Add the `ss.certificate_authorities` setting to both these modules using one of the following options:
3838

3939
:::::{tab-set}
@@ -110,7 +110,7 @@ Complete the following steps:
110110
6. Check the agent logs again to confirm that the error is gone and that {{agent}} has successfully connected your self-managed cluster to AutoOps.
111111

112112
:::{note}
113-
If you encounter the following error in the agent logs, there may be a formatting issue in the `elastic-agent.yml` file.
113+
If you encounter the following error in the agent logs, there might be a formatting issue in the `elastic-agent.yml` file.
114114
```sh
115115
... can not convert 'object' into 'string' ... ssl.certificate_authorities ...
116116
```

0 commit comments

Comments
 (0)