Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Add support for checking if public/private address has changed and re-request cert #8
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
chuckbutler commentedMay 4, 2017
When a user suspends a public cloud image, its common that the public-ip will change. The layer-tls client should be intelligent enough to detect this event and re-request with an updated CSR to refresh the tls key/cert on the host machine with these updated details.
This will negate some need to re-key the infrastructure during normal operating events.