Advanced Search
Search Results
7 total results found
HowTo Retrieve Key and Cert from PFX
Here’s a good article on how to export SSL certificates, extract the key and certificate, and import it into AWS. How To Convert Windows PFX Certificate Files Into PEM Format On Linux The above article uses openSSL, which can be found for Windows, here: Win...
Create PFX Cert File (for IIS)
Windows IIS requires a pfx file when importing an SSL certificate. This can be created from a crt and a key file using openssl and the following steps. Locate the openssl.exe on your system. It is usually installed as part of git, and located, here:C:\Progra...
Generate SSL Cert
Here’s some steps on how to generate and setup an SSL certificate for a web site. First, order a certificate from a CA, like Sectigo, or Digicert. Once your order is active, they will require you to submit a CSR.This must be generated by you, and wil...
Converting PEM to crt and key
If you receive pem formatted certificate and key files from a CA registrar, you will need to convert them for use by a linux host. Bundles and Chains As well, it may be necessary to compose a certificate chain file, for the host, instead of a simple crt file...
Clustering HashiCorp Vault
Here are special instructions for setting up a vault cluster. NOTE: See the regular setup page for other details: Hashicorp Vault Setup DNS Resolution Since the vault services will communicate with eachother over TLS, they will need certificates.And as such...
Generate Certificates with Hashicorp Vault
Here are steps to generate SSL certificates using HashiCorp Vault as an Intermediate CA. NOTE: Be sure that you've setup a vault instance as an Intermediate CA.See this page for how: Vault as Intermediate CA Login to the web UI of your intermediate CA, such ...
Hashicorp Vault Setup
Here are steps for setting up a secrets store using Hashicorp Vault, on Ubuntu 24. References Lots of steps were taken from here: https://developer.hashicorp.com/vault/tutorials/secrets-management/pki-engine Server Setup Before installing Vault, perform st...