Generate a SHA-2 certificate for Horizon
SHA-1 certificates are being deprecated and browsers are starting to issue warnings about their use. We should begin generating SHA-2 certificates for Horizon. Closes-bug: 1461983 Change-Id: I7f1933680e2859e007f6b8be262852b164f90b33
This commit is contained in:
parent
6782369b92
commit
d81c195407
@ -23,7 +23,7 @@
|
||||
|
||||
- name: Create self-signed ssl cert
|
||||
command: >
|
||||
openssl req -new -nodes -x509 -subj
|
||||
openssl req -new -nodes -sha256 -x509 -subj
|
||||
"/C=US/ST=Texas/L=San Antonio/O=IT/CN={{ horizon_server_name }}"
|
||||
-days 3650
|
||||
-keyout {{ horizon_ssl_key }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user