Skip to content

Commit b5484d3

Browse files
committed
OPNsense (Install and configure ACME Client)
1 parent c096ab5 commit b5484d3

14 files changed

+54
-0
lines changed

OPNsense-firewall/README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,3 +77,16 @@ In this TechExperiment, we will create an OPNsense firewall as a virtual machine
7777

7878
- [Show Details with screenshots](docs/5-miscellaneous-settings/README.md)
7979

80+
## ACME Client
81+
82+
| Step | Description |
83+
| -------------------- | ---------------------------------------- |
84+
| **System: Firmware: Plugins** | Install Plugin `os-acme-client` |
85+
| **Services: ACME Client: Settings** | Set general settings |
86+
| **Services: ACME Client: Accounts** | Add a new ACME account |
87+
| **Services: ACME Client: Challenge Types** | Add a new challenge type DNS-01 |
88+
| **Services: ACME Client: Certificates** | Add a new certificate |
89+
| **Services: ACME Client: Certificates** | Issue the certificate and monitor its status (pending to OK) |
90+
| **Services: ACME Client: Automations** | Add an automation for certificate management |
91+
92+
- [Show Details with screenshots](docs/6-acme-client/README.md)
Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
# ACME Client
2+
3+
## Install the ACME Client plugin from System > Firmware > Plugins.
4+
5+
![System > Firmware > Plugins ](images/01-system-firmware-plugins-os-acme-client-install.png)
6+
7+
## Open Services > ACME Client > Settings to configure general settings.
8+
9+
![Services > ACME Client > Settings ](images/02-services-acme-client-settings.png)
10+
11+
## Add a new ACME account under Services > ACME Client > Accounts.
12+
13+
![Services > ACME Client > Accounts ](images/03-services-acme-client-accounts-add.png)
14+
15+
![Services > ACME Client > Accounts ](images/04-services-acme-client-accounts-edit.png)
16+
17+
## Add a new challenge type under Services > ACME Client > Challenge Types.
18+
19+
![Services > ACME Client > Challenge Types ](images/05-services-acme-client-challenge-types-add.png)
20+
21+
![Services > ACME Client > Challenge Types ](images/06-services-acme-client-challenge-types-edit.png)
22+
23+
## Add a new certificate under Services > ACME Client > Certificates.
24+
25+
![Services > ACME Client > Certificates ](images/07-services-acme-client-certificates-add.png)
26+
27+
![Services > ACME Client > Certificates ](images/08-services-acme-client-certificates-edit.png)
28+
29+
## Issue the certificate and monitor its status (pending to OK).
30+
31+
![Services > ACME Client > Certificates ](images/09-services-acme-client-certificates-issue-pending.png)
32+
33+
![Services > ACME Client > Certificates ](images/10-services-acme-client-certificates-status-ok.png)
34+
35+
## Add an automation for certificate management under Services > ACME Client > Automations.
36+
37+
![Services > ACME Client > Automations ](images/11-services-acme-client-automations-add.png)
38+
39+
![Services > ACME Client > Automations ](images/12-services-acme-client-certificates-edit.png)
40+
41+
[Back to Overview](../../README.md)
77.5 KB
Loading
102 KB
Loading
80.7 KB
Loading
53.8 KB
Loading
76 KB
Loading
67.8 KB
Loading
84.4 KB
Loading
88.4 KB
Loading

0 commit comments

Comments
 (0)