Daniel Watrous
Daniel Watrous
Here it is ``` /acme.sh/*.api-cicd.eng.dc.company.com # cat '*.api-cicd.eng.dc.company.com.conf' Le_Domain='*.api-cicd.eng.dc.company.com' Le_Alt='no' Le_Webroot='dns_nsone' Le_PreHook='' Le_PostHook='' Le_RenewHook='' Le_API='https://acme-v02.api.letsencrypt.org/directory' Le_Keylength='' Le_OrderFinalize='https://acme-v02.api.letsencrypt.org/acme/finalize/35871151/337406242' Le_LinkCert='https://acme-v02.api.letsencrypt.org/acme/cert/04c003fab77705eabfa9363a966c70200d81' Le_CertCreateTime='1551486893' Le_CertCreateTimeStr='Sat Mar 2 00:34:53 UTC 2019' Le_NextRenewTimeStr='Wed May 1 00:34:53 UTC...
I created a kubernetes deployment hook. You can see it here https://github.com/dwatrous/letsencrypt-kubernetes. I wasn't sure how reusable it was, so I haven't committed it back to your project yet, but...
@ktwalrus Your issue appears to be related to the Let's Encrypt quotas. If you always generate and renew from the same host, it doesn't count against your quota of new...
@Neilpang The certificate looks like it updated, but you can see in the openssl output I posted originally, that the certificate is expired. The kubernetes script works perfectly, and isn't...
I haven't seen this error for a while, so it may not be a problem right now.
This started happening for me when I moved from Debian bullseye to bookworm.
I read in the [release notes](https://github.com/gitbls/sdm/blob/56017520b915f7d6ee32db3b38e957a617f5d352/CHANGELOG.md#v80) that `--nowpa` was removed with the introduction of the [network plugin in version 8](https://github.com/gitbls/sdm/blob/56017520b915f7d6ee32db3b38e957a617f5d352/Docs/Upgrade-Notes.md#upgrading-to-sdm-v8) I have looked at the [network documentation](https://github.com/gitbls/sdm/blob/master/Docs/Plugins.md#network), but I don't...
I also just noticed that I had a typo when referring to the `wificonfig` plugin. I fixed the typo and am trying again.
I ran this command `sudo sdm --customize --disable piwiz --L10n --rename-pi mm --password-pi secret --host mmdwatrous --plugin wificonfig:"country=us" 2023-05-03-raspios-bullseye-armhf-lite.img` relevant output here: ``` > Run Plugin 'wificonfig' (/usr/local/sdm/plugins/wificonfig) Phase 1...
It looks like a lot changed since the last release I was using. Here's what I'm getting with 9.2. I did look at the changelog, but I didn't see anything...