tpmiller87 / mal_gen

A Bash script that automates the creation of a Cobalt Strike Malleable Profile.
7 stars 1 forks source link

TSL certs #3

Open sec13b opened 5 months ago

sec13b commented 5 months ago

I try to understand how i can use a certificate : my certificate receive from AlphaSSL star_erros_no2024.pfx Ensures the identity of a remote computer

openssl pkcs12 -in star_erros_no2024.pfx -out erros_no.pem -nodes

openssl pkcs12 -export -in fullchain.pem -inkey privkey.pem -out domain_name.p12 -name domain_name -passout pass:Peppes5555

keytool -importkeystore -deststorepass Peppes5555 -destkeypass Peppes5555 -destkeystore domain_name.store -srckeystore domain_name.p12 -srcstoretype PKCS12 -srcstorepass Peppes5555 -alias domain_name 2>/dev/null