-
-
Notifications
You must be signed in to change notification settings - Fork 111
Releases
Christoph Settgast edited this page May 5, 2023
·
8 revisions
- Start and download the certificate on the same PC with CA, eg via https://signmycode.com/
- Export the certificate and private key as one pfx file with a password, note the password: https://techdirectarchive.com/2020/04/09/how-to-export-the-certificate-in-pfx-format-in-windows/
In the wizard:
- with private key
- with all certificates in the certification path
- without certificate privacy
- Encode the pfx file into base64 via powershell: https://stackoverflow.com/questions/46959822/base-64-encoded-form-of-the-pfx-file
- Upload the base64 pfx into the secret
PFX_BASE64
on - Save the pfx password that you choose during export (step 2) into secret
PFX_PASSWORD