Skip to content

Commit 817e037

Browse files
alexnbeve-bright
andauthored
Fix two typos in property names (#172)
* fix two typos in property names * fix typo --------- Co-authored-by: Eve Bright <[email protected]>
1 parent 8a813d3 commit 817e037

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

modules/ROOT/pages/addition/agent-installation/manual.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Newly created agent will be displayed on the list of agents.
3737

3838

3939
[[running-agent]]
40-
== Runing as a service
40+
== Running as a service
4141
To run an agent in service mode means that the agent process runs in the background and monitors the instance.
4242
The agent lifecycle is handled by the operating system service manager.
4343
Best practice is to run an agent in service mode.

modules/ROOT/pages/installation/server.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ If the NOM Server is required to support self-registered agents, then additional
259259
| Type of key store used for HTTP traffic
260260
| PKCS12
261261

262-
| `server.ssl.key-store=file`
262+
| `server.ssl.key-store`
263263
| `SERVER_SSL_KEY_STORE`
264264
| Location of key store used for HTTP traffic
265265
| `file:./../certificates/server.pfx`
@@ -279,7 +279,7 @@ If the NOM Server is required to support self-registered agents, then additional
279279
| Type of key store used for GRPC traffic
280280
| PKCS12
281281

282-
| `grpc.server.security.key-store-file`
282+
| `grpc.server.security.key-store`
283283
| `GRPC_SERVER_SECURITY_KEY_STORE`
284284
| Location of key store used for GRPC traffic
285285
| `file:./../certificates/server.pfx`

0 commit comments

Comments
 (0)