Replies: 1 comment 1 reply
-
They look ok to me, and they are properly working on the TrueNAS. I'm not familiar with Win-ACME, but looking at the docs it seems that you need to properly define |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Good morning,
I wonder if I have modified the /etc/step-ca/config/ca.json file correctly to enable longer default certificate life times? Below is the relevant JSON section for ACME where I added the relevant claims.
{ "type": "ACME", "name": "acme" "claims": { "minTLSCertDuration": "5m", "maxTLSCertDuration": "96h", "defaultTLSCertDuration": "48h", "disableRenewal": false } }
My TrueNAS is picking up these 2-day certificates without a problem.
My win-acme client on a different machine succeeds pulling certificate but doesn't end up using them properly as in the past. For whatever reason, the trust store creates and defaults to a internal self-signed certificate instead. Additionally, Win-ACME also thinks the certificate only needs a renewal every 55 days. Before asking Wouter for help with Win-ACME, I would like to verify that I got the JSON part of the file correct.
Thank you all for your help in the past and for an amazing product. Constantin
Beta Was this translation helpful? Give feedback.
All reactions