Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[automate-cli] Generate unique serial for self-signed certs (#411)
Automate CLI generates a self-signed SSL certificate for the front-end load balancer if the user does not provide one. Previously, this certificate had a hard-coded Serial of 1. This PR changes it to a random serial to avoid errors in Firefox and potentially other browsers. Signed-off-by: Steven Danna <[email protected]>
- Loading branch information