In Internet Information Services (IIS) Manager Open Server Certificates Create Certificate Request Enter Common name, organization, city, etc. Choose Microsoft RSA SChannel Crypographic Provider / Bit length: 2048 Specify
Lees verderCategorie: Certificates
Convert your PFX/P12 Certificate file to a seperate certificate and keyfile
Convert your PFX/P12 Certificate file to a seperate certificate and keyfile. openssl pkcs12 -in [yourfile.pfx/p12] -nocerts -out [keyfile-encrypted.key] This extracts the private key from the pfx/p12 file. Once entered
Lees verderBind SSL certificate to 443 (on a server with no IIS installed)
This article describes how to bind a (self-signed) SSL certificate to port 443 when IIS is not installed. In this scenario a self-signed certificate is used to secure traffic
Lees verderCreate a self signed certificate with OpenSSL
Start a Command Prompt (CMD) and browse to the directory where OpenSSL is installed. openssl genrsa -des3 -out server.domain.local.key 2048 openssl req -new -key server.domain.local.key -out server.domain.local.csr -config C:\OpenSSL-Win32\bin\cnf\openssl.cnf Provide
Lees verder