Il arrive que lors de la génération de la clé et certificat d’un client, l’erreur suivante arrive :
./build-key popole
Please edit the vars script to reflect your configuration,
then source it with « source ./vars ».
Next, to start with a fresh PKI configuration and to delete any
previous certificates and keys, run « ./clean-all ».
Finally, you can run this tool (pkitool) to build certificates/keys.
Il suffit de faire :
- chmod +x vars
- ./vars
- source ./vars
- ./build-key popole
Comment Footer