test/make-certs: remove unused variable
ALT_NAMES is now defined in test/data/composer.ssl.conf.
This commit is contained in:
parent
24850d3303
commit
2bdfcfe0ae
1 changed files with 0 additions and 1 deletions
|
|
@ -21,7 +21,6 @@ openssl req -new -nodes -x509 -days 365 \
|
|||
openssl genrsa -out "${CA_DIR}/key.pem" 2048
|
||||
|
||||
# composer
|
||||
ALT_NAMES="DNS:localhost,DNS:org.osbuild.koji.composer,DNS:composer"
|
||||
openssl genrsa -out ${CA_DIR}/composer-key.pem 2048
|
||||
openssl req -new -sha256 \
|
||||
-key ${CA_DIR}/composer-key.pem \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue