Skip to content

Commit

Permalink
Korrigerte KEYSTORE_ALIAS og _PASS
Browse files Browse the repository at this point in the history
  • Loading branch information
EirikWulff committed Jun 26, 2024
1 parent b4184f2 commit 2585075
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main_dibk-ip-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
az keyvault secret download --encoding base64 --name ${{ vars.AZURE_KV_CERT_NAME }} --file vs.p12 --vault-name ${{ vars.KEYVAULT_NAME }}
empty=
openssl pkcs12 -in vs.p12 -passin pass:$empty -nodes -out vs-auth.pem
openssl pkcs12 -export -in vs-auth.pem -out auth.p12 -passout pass:${KEYSTORE_PASS} -name ${KEYSTORE_ALIAS}
openssl pkcs12 -export -in vs-auth.pem -out auth.p12 -passout pass:${{secrets.KEYSTORE_PASS}} -name ${{vars.KEYSTORE_ALIAS}}
rm vs-auth.pem vs.p12
- name: Henter inn integrasjonspunktets versjon
Expand Down

0 comments on commit 2585075

Please sign in to comment.