Skip to content

Commit

Permalink
Merge pull request #166 from stackhpc/backports/remove-appending-certs
Browse files Browse the repository at this point in the history
Removed appending to ca.cart
  • Loading branch information
darmach authored Apr 22, 2024
2 parents 0d4d88b + 2c2dfeb commit e096698
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ EOF
curl $VERIFY_CA -X GET \
-H "X-Auth-Token: $USER_TOKEN" \
-H "OpenStack-API-Version: container-infra latest" \
$MAGNUM_URL/certificates/$CLUSTER_UUID | python -c 'import sys, json; print(json.load(sys.stdin)["pem"])' >> $CA_CERT
$MAGNUM_URL/certificates/$CLUSTER_UUID | python -c 'import sys, json; print(json.load(sys.stdin)["pem"])' > $CA_CERT

# Generate client's private key and csr
$ssh_cmd openssl genrsa -out "${_KEY}" 4096
Expand Down

0 comments on commit e096698

Please sign in to comment.