Skip to content

Commit b26b069

Browse files
committed
Fixed Markdown link
1 parent 93b9a18 commit b26b069

File tree

1 file changed

+2
-2
lines changed
  • content/post/2023/10/12/configure-lets-encrypt-acme-with-ionos-api-for-synology-dsm

1 file changed

+2
-2
lines changed

content/post/2023/10/12/configure-lets-encrypt-acme-with-ionos-api-for-synology-dsm/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ export SYNO_Create=1
3737
Change the values to your needs. The `SYNO_Username` and password are of the account you've created earlier. The `IONOS_` parameters are from the API credential creation of Ionos.
3838

3939
## The Container
40-
I'm using Portainer for most of my docker stuff. But since I'm following (these instructions](https://www.christosgeo.com/2022/02/03/renew-lets-encrypt-certificates-on-synology-using-acme-sh/) I'll be configuring this container via the DSM console.
40+
I'm using Portainer for most of my docker stuff. But since I'm following [these instructions](https://www.christosgeo.com/2022/02/03/renew-lets-encrypt-certificates-on-synology-using-acme-sh/) I'll be configuring this container via the DSM console.
4141

4242
Enabe automatic restarts and give it a simple name like acme.
4343

@@ -65,7 +65,7 @@ I had problems with my existing certs which weren't trusted by the docker contai
6565
[Fri Oct 13 00:12:29 UTC 2023] Success
6666
```
6767

68-
The list of certificates now show the uploaded certificate from lets encrypt, but its not in use anywhere inside the DSM. According to (this wiki](https://github.com/acmesh-official/acme.sh/wiki/deployhooks#20-deploy-the-certificate-to-synology-dsm), it must be assigned manually:
68+
The list of certificates now show the uploaded certificate from lets encrypt, but its not in use anywhere inside the DSM. According to [this wiki](https://github.com/acmesh-official/acme.sh/wiki/deployhooks#20-deploy-the-certificate-to-synology-dsm), it must be assigned manually:
6969

7070
```
7171
Afterwards, the certificate should show up inside Control Panel -> Security -> Certificates & can be assigned to specific services or set as the default certificate.

0 commit comments

Comments
 (0)