Originally created by @x70b1 on GitHub (Mar 11, 2020).
I get the following output for a dehydrated run:
Processing my-domain.com
+ Checking domain name(s) of existing cert... unchanged.
+ Checking expire date of existing cert...
+ Valid till Jun 1 15:16:19 2020 GMT Certificate will not expire
(Longer than 30 days). Skipping renew!
+ OSCP stapling file is still valid (skipping update)
+ Running automatic cleanup
"Longer than .." is printed on a new line
There is a space missing in the last line before Running.
Actually only a very small problem, but maybe you want to fix it.
I haven't really looked into it yet. Probably just a combination of echo and printf.
Originally created by @x70b1 on GitHub (Mar 11, 2020).
I get the following output for a `dehydrated` run:
```
Processing my-domain.com
+ Checking domain name(s) of existing cert... unchanged.
+ Checking expire date of existing cert...
+ Valid till Jun 1 15:16:19 2020 GMT Certificate will not expire
(Longer than 30 days). Skipping renew!
+ OSCP stapling file is still valid (skipping update)
+ Running automatic cleanup
```
- "Longer than .." is printed on a new line
- There is a space missing in the last line before `Running`.
Actually only a very small problem, but maybe you want to fix it.
I haven't really looked into it yet. Probably just a combination of `echo` and `printf`.
Thanks, the issue was that the openssl expiry check simply printed "Certificate will not expire" on its own and that additionally appended the unwanted line break.
@lukas2511 commented on GitHub (Apr 2, 2020):
Thanks, the issue was that the openssl expiry check simply printed "Certificate will not expire" on its own and that additionally appended the unwanted line break.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Originally created by @x70b1 on GitHub (Mar 11, 2020).
I get the following output for a
dehydratedrun:Running.Actually only a very small problem, but maybe you want to fix it.
I haven't really looked into it yet. Probably just a combination of
echoandprintf.@lukas2511 commented on GitHub (Apr 2, 2020):
Thanks, the issue was that the openssl expiry check simply printed "Certificate will not expire" on its own and that additionally appended the unwanted line break.