We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
CA is not being regenerated when configured common name changes
openssl s_client <address>
for the CA, and all the certs, to be regenerated using the new CA common name
it says it's doing all of the things in the log, but in reality nothing changes.
unit-ssc-0: 14:57:28 INFO juju.worker.uniter.operation ran "config-changed" hook (via hook dispatching script: dispatch) unit-ssc-0: 14:57:29 INFO juju.worker.uniter.operation ran "secret-changed" hook (via hook dispatching script: dispatch) unit-ssc-0: 14:57:30 INFO juju.worker.uniter.operation ran "secret-remove" hook (via hook dispatching script: dispatch) unit-ssc-0: 14:57:59 INFO unit.ssc/0.juju-log Root certificates generated and stored. unit-ssc-0: 14:57:59 INFO unit.ssc/0.juju-log Revoked all previously issued certificates. unit-ssc-0: 14:57:59 INFO unit.ssc/0.juju-log Generated certificate for relation 37 unit-ssc-0: 14:57:59 INFO juju.worker.uniter.operation ran "update-status" hook (via hook dispatching script: dispatch) unit-ssc-0: 14:58:00 INFO juju.worker.uniter.operation ran "secret-changed" hook (via hook dispatching script: dispatch) unit-ssc-0: 14:58:01 INFO juju.worker.uniter.operation ran "secret-remove" hook (via hook dispatching script: dispatch)
juju --version
kubectl version --short
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Describe the bug
CA is not being regenerated when configured common name changes
To Reproduce
openssl s_client <address>
openssl s_client <address>
Expected behavior
for the CA, and all the certs, to be regenerated using the new CA common name
Screenshots
Logs
it says it's doing all of the things in the log, but in reality nothing changes.
Environment
juju --version
):kubectl version --short
):Additional context
The text was updated successfully, but these errors were encountered: