Skip to content

Commit 7836d2c

Browse files
Useful commands
1 parent abbfbcb commit 7836d2c

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

docs/hub/guides/agent.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,4 +65,14 @@ With your agent installed on your target machine and joined to the hub, configur
6565

6666
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.
6767

68-
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.
68+
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.
69+
70+
## Service Administration
71+
72+
When the service is installed using systemd the following commands can be useful:
73+
74+
|Task|Command|
75+
|---|---|
76+
|Restart the Service | `sudo systemctl restart certify-agent` |
77+
|Check systemd log | `journalctl -u certify-agent` |
78+
|Follow current log | `journalctl -u certify-agent -f` |

docs/hub/installation/linux.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,16 @@ Suggested Configuration for multi-user access:
4747
- [Configure the service to use https](service.md)
4848
- Setup individual user accounts under Settings > Security > Users, and assign the roles required for each user (e.g. Administrator).
4949

50+
### Service Administration
51+
52+
When the service is installed using systemd the following commands can be useful:
53+
54+
|Task|Command|
55+
|---|---|
56+
|Restart the Service | `sudo systemctl restart certify-hub` |
57+
|Check systemd log | `journalctl -u certify-hub` |
58+
|Follow current log | `journalctl -u certify-hub -f` |
59+
5060
## Certify Management Agent
5161

5262
[Certify Management Agent](../guides/agent.md) is a version of the *Certify Certificate Manager* service which can run "headless" (with no UI).

0 commit comments

Comments
 (0)