Skip to content

Commit abbfbcb

Browse files
Add user/read info
1 parent 0140341 commit abbfbcb

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

docs/hub/guides/agent.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,4 +63,6 @@ With your agent installed on your target machine and joined to the hub, configur
6363
| simple-acme | %PROGRAMDATA%\simple-acme | - |
6464
| win-acme | %PROGRAMDATA%\simple-acme | - |
6565

66+
The user account the agent service runs as **will need permission to read** from whichever paths are required in your installation, otherwise it will fail to discover the certificate configurations etc.
67+
6668
The agent will cache results from each certificate manager and periodically refresh results, so changes to renewals etc will take a few minutes to show up in the hub UI.

docs/hub/installation/linux.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,4 +68,4 @@ To then clean up the temporary install files:
6868
rm -rf ./certify-agent*
6969
```
7070

71-
By default the agent will install to `/opt/certify-agent` as a systemd service called `certify-agent` with config stored at `/usr/share/certify`.
71+
By default the agent will install to `/opt/certify-agent` as a systemd service called `certify-agent` running as user `certify` with config stored at `/usr/share/certify`.

0 commit comments

Comments
 (0)