1707 private links
Welcome to Nartac Software, home of IIS Crypto, the effortless way to secure SSL/TLS in Windows.
Création et installation rapide de CA locale pour du dev local. Via http://lien.shazen.fr/?5FTZWg
This is a client for signing certificates with an ACME-server (currently only provided by Let's Encrypt) implemented as a relatively simple bash-script.
It uses the openssl utility for everything related to actually handling keys and certificates, so you need to have that installed.
Tiens, c'est moi, ou les prix ont baissé à mort avec LetsEncrypt?
Parce qu'il était temps que je le fasse, éditer le fichier de configuration config.php (au niveau serveur, pas utilisateur) et éditer la partie "curl" :
'curl_options' =>
array (
CURLOPT_SSL_VERIFYHOST => 0,
CURLOPT_SSL_VERIFYPEER => false,
),