update openbsd notes page
This commit is contained in:
parent
7824ea2823
commit
687b81e090
1 changed files with 20 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
title: OpenBSD
|
||||
date: 2023-11-29T20:33:48+0100
|
||||
lastmod: 2024-03-17T19:25:06+0000
|
||||
lastmod: 2024-04-25T18:57:43+0000
|
||||
tags:
|
||||
- openbsd
|
||||
- python
|
||||
|
@ -114,6 +114,25 @@ Certbot commands have been taken from
|
|||
[this article by nabbisen](https://dev.to/nabbisen/let-s-encrypt-wildcard-certificate-with-certbot-plo)
|
||||
at dev.to.
|
||||
|
||||
{{< alert >}}
|
||||
**Update on April 25 2024**
|
||||
I've now seen that no certificate gets renewed automatically.
|
||||
{{< /alert >}}
|
||||
|
||||
The actual certificate got renewed with the command from above (including
|
||||
the .net domain). The output of that command clearly states:
|
||||
|
||||
~~~console
|
||||
NEXT STEPS:
|
||||
- This certificate will not be renewed automatically. Autorenewal of
|
||||
--manual certificates requires the use of an authentication hook script
|
||||
(--manual-auth-hook) but one was not provided. To renew this certificate,
|
||||
repeat this same certbot command before the certificate's expiry date.
|
||||
~~~
|
||||
|
||||
I will execute the same certbot command before the certificate's expiry date
|
||||
the next time to enhance my experience :wink:
|
||||
|
||||
## Get some filesystem information
|
||||
|
||||
~~~console
|
||||
|
|
Loading…
Reference in a new issue