Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEATURE REQUEST} make the letsencrypt certificates DANE TLSA ready #2262

Open
bmeirellesRJ opened this issue Aug 20, 2022 · 0 comments
Open

Comments

@bmeirellesRJ
Copy link

I believe the change is only in the file v-generate-ssl-cert

Whenever the certificate is renewed, the key is also being renewed and I need to update the dns.

For dane to work, the key must be kept and the CSR must be done using the same key. example:
openssl req -new -key example.key -out example.csr -sha512

the key must be created only the first time when it does not exist. If it exists, it must be used to renew the certificates

if it is possible to insert the dane record in the dns automatically it would be good but renewing the certificate with the same key already solves the problem.

DANE tlsa is the latest in security and as of May 2022 all hosted Exchange Online domains have been enabled by default

https://m365admin.handsontek.net/upcoming-release-outbound-smtp-dane-and-dnssec-in-microsoft-365-exchange-online/

thank you so much

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant