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
To reproduce, execute certyaml twice with the below config:
certyaml
subject: cn=root ca: true --- subject: cn=server issuer: cn=root --- subject: cn=server issuer: cn=root filename: server-refreshed
Output will be:
→ certyaml -d certs Loading manifest file: certs.yaml Reading certificate state file: certs/certs.state Writing: certs/root.pem certs/root-key.pem Writing: certs/server.pem certs/server-key.pem Writing: certs/server-refreshed.pem certs/server-refreshed-key.pem Writing state: certs/certs.state → certyaml -d certs Loading manifest file: certs.yaml Reading certificate state file: certs/certs.state No changes: skipping root Writing: certs/server.pem certs/server-key.pem Writing: certs/server-refreshed.pem certs/server-refreshed-key.pem Writing state: certs/certs.state
Expected:
→ certyaml -d certs Loading manifest file: certs.yaml Reading certificate state file: certs/certs.state Writing: certs/root.pem certs/root-key.pem Writing: certs/server.pem certs/server-key.pem Writing: certs/server-refreshed.pem certs/server-refreshed-key.pem Writing state: certs/certs.state → ./certyaml -d certs Loading manifest file: certs.yaml Reading certificate state file: certs/certs.state No changes: skipping root No changes: skipping server No changes: skipping server-refreshed Writing state: certs/certs.state
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
To reproduce, execute
certyaml
twice with the below config:Output will be:
Expected:
The text was updated successfully, but these errors were encountered: