When using TPM 2.0 with a Alpine Linux based host in order to generate certificates, specifically certificate sign requests (CSR’s), one will inevitably stumple upon tpm2-tss and its tpm2-tss engine for OpenSSL to generate a private key which resides in the TPM 2.0 module and a CSR that can be used to generate a signed certificate by any certificate authority.
Continue reading Compile tpm2-openssl on AlpineTag Archives: compile
Compile HAProxy 2.8 with OpenSSL 3.0 and enable weak ciphers and protocols
I was recently tasked with setting up a test environment to verify if it is possible to run the latest HAProxy with an up-to-date OpenSSL version and still support DES ciphers such as DES-CBC3-SHA.
Continue reading Compile HAProxy 2.8 with OpenSSL 3.0 and enable weak ciphers and protocols