pinecrypt-gateway-frontend/templates/snippets/update-trust.ps1
2021-05-27 13:15:46 +03:00

5 lines
170 B
PowerShell

# Install CA certificate
@"
{{ authority.certificate.blob }}"@ | Out-File ca_cert.pem
Import-Certificate -FilePath ca_cert.pem -CertStoreLocation Cert:\LocalMachine\Root