Trusting Venafi's Public Key
Table of Contents
Expand all | Collapse all
-
- Activate Next-Generation Trust Security
-
-
- Configure Akamai Connection
- Configure AWS Connection
- Configure Azure Key Vault Connection
-
- Workload Identity Federation Authentication
- Workload Identity Federation - Azure Identity Provider Authentication
- Next-Gen Trust Security Generated Key Authentication
- User Permissions
- Workload Identity Federation Authentication
- Next-Gen Trust Security Generated Key Authentication
- User Permissions
- Supported OIDC Claims
-
-
-
- Working with the Built-in CA
- Add AWS Public CA
- Add AWS Private CA
- Add DigiCert One Certificate Authority
- Add Entrust
- Add GlobalSign Atlas
- Add GlobalSign MSSL
- Add GoDaddy
- Add Google Cloud Private CA
- Add a HID PKIaaS CA
- Add Certificate Manager - Self-Hosted
- Set Up an OpenSSL Certificate Authority Connector
- Create a Sectigo Certificate Manager Certificate Authority
- Add Zero Touch PKI
- Set Up Certificate Expiration Notifications
- Using a Custom DNS Provider
-
-
-
-
- Create an F5 BIG-IP LTM Machine
- Create a Microsoft Azure Private Key Vault Machine
- Create a Microsoft Azure Application Registration Machine
- Create a Microsoft IIS Machine
- Create a Microsoft Windows (PowerShell) Machine
- Create a Microsoft SQL Server Machine
- Create a Common KeyStore Machine
- Create a Citrix ADC Machine
- Create an Imperva WAF Machine
- Create a VMware NSX Advanced Load Balancer (AVI) Machine
- Create an A10 Thunder ADC Machine
- Create a Cloudflare Machine
- Create Kemp Virtual LoadMaster Machine
- Create a Palo Alto Panorama Machine
- Create a Radware Alteon Machine
-
- Provision to an F5 BIG-IP LTM
- Provision to a Microsoft Azure Private Key Vault
- Provision to Microsoft IIS
- Provision to Microsoft Windows (PowerShell)
- Provision to Microsoft SQL Server
- Provision to a Common KeyStore
- Provision to a Citrix ADC
- Provision to an Imperva WAF
- Provision to VMware NSX Advanced Load Balancer (AVI)
- Provision to an A10 Thunder ADC
- Provision to Cloudflare
- Provision to a Kemp Virtual LoadMaster
- Provision to Palo Alto Panorama
- Provision Certificates to Radware Alteon
-
-
- 47-Day Validity Readiness TLS Certificates dashboard
- About the Certificate Inventory
- Managing Certificate Lifecycle Settings
- Reissuing Certificates in Next-Gen Trust Security
- Downloading Certificates, Certificate Chains, and Keystores
- Retiring, Recovering, and Deleting Certificates
- Finding Certificates in the Certificate Inventory
- Importing Certificates from a CA Using EJBCA
- Domain-Based Validation for External Emails
-
- Create a Workload Identity Management or Discovery Agent Built-in Account
- Create an OCI Registry Built-in Account
- Create a Certificate Manager - Self-Hosted Built-in Account
- Create a Scanafi Built-in Account
- Toggling a Built-in Account on or Off
- Editing Built-in Accounts
- Deleting Existing Built-in Accounts
- Renew Existing Built-in Accounts
- Troubleshooting
Trusting Venafi's Public Key
If you've not already trusted Venafi's public key, you'll receive a warning during deployment when you verify the VSatellite installer. You can avoid that warning by manually trusting Venafi's public key before you begin deployment.
This step is optional, but recommended.
Download and Import Venafi's Key
- Download Venafi's public key.curl -O https://dl.venafi.cloud/vaaskey.pubImport the key into your GPG keyring.gpg --import ./vaaskey.pubSet Ownertrust for Venafi, Inc. to Ultimate.echo -e "trust\n5\ny\n" | gpg --no-tty --command-fd 0 --edit-key "gpg-vaas@venafi.com"Verify the key in your keyring.gpg --list-keysThe result should look similar to the following:/home/edge/.gnupg/pubring.kbx ----------------------------- pub rsa4096 2022-03-18 [SCEA] BA2F4B4442D945F0A2810A686B99EC1CEEE83892 uid [ultimate] Venafi, Inc. <gpg-vaas@venafi.com> sub rsa2048 2022-03-22 [A] sub rsa2048 2022-03-22 [E]
What's Next
Now that you've trusted Venafi's public key, you'll be able to verify the VSatellite installer download when you deploy VSatellites.If you want to download the VSatellite installer and the VSatellite signature file, you can use the following:curl -O https://dl.venafi.cloud/vsatctl && \ curl -O https://dl.venafi.cloud/vsatctl.sigVerifying VSatellite after Download
After you have downloaded the VSatellite installer and the VSatellite signature file as part of the deploying VSatellite steps, you can verify by running the following:gpg --verify vsatctl.sig vsatctlThe result should look similar to the following:gpg: Signature made Thu Jul 27 06:37:24 2023 UTC gpg: using RSA key BA2F4B4442D945F0A2810A686B99EC1CEEE83892 gpg: issuer "gpg-vaas@venafi.com" gpg: Good signature from "Venafi, Inc. <gpg-vaas@venafi.com>" [ultimate]Related Links
- If you're deploying to RHEL, carefully review special considerations here