pinecrypt-gateway-frontend/templates/snippets/update-trust.ps1

5 lines
170 B
PowerShell
Raw Normal View History

2021-05-27 10:15:46 +00:00
# Install CA certificate
@"
{{ authority.certificate.blob }}"@ | Out-File ca_cert.pem
Import-Certificate -FilePath ca_cert.pem -CertStoreLocation Cert:\LocalMachine\Root