Releases: sorah/acmesmith
Releases · sorah/acmesmith
v2.6.0
v2.5.0
v2.4.0
Enhancement
- route53: Gains
restore_to_original_records
option. When enabled, existing record will be restored after authorizing domain names. Useful when other ACME tools or providers using ACME where requires a certain record to remain as long as possible for their renewal process (e.g. Fastly TLS).
v2.3.0
https://github.com/sorah/acmesmith/blob/v2.3.0/CHANGELOG.md
Enhancement
-
route53: Added support of assuming IAM Role to access Route 53. (requested at #36 #37 #38)
-
Added filter for challenge responders. This allows selecting a challenge responder for specific domain names. (indirectly requested at #36 #37 #38)
challenge_responders: # Use specific IAM role for the domain "example.dev" ... - route53: assume_role: role_arn: 'arn:aws:iam:...' filter: subject_name_exact: - example.dev - manual_dns: {} filter: subject_name_suffix: - example.net # Default - route53: {}
-
config: now accepts
connection_options
andbad_nonce_retry
forAcme::Client
.
Fixes
- Exported PKCS#12 were not included a certificate chain #35
- s3:
use_kms
option was not respected for certificate keys & PKCS#12. It was alwaystrue
. - A large refactoring of internal components.
v2.0.3
v2.0.2
v2.0.1
2.0.0: ACME v2
- ACME v2 support
- Drop ACME v1 support
See https://github.com/sorah/acmesmith/blob/v2.0.0/CHANGELOG.md