======================================= Ajouter un certificat à un compte local ======================================= .. program:: waarp-gateway account local cert add .. describe:: waarp-gateway account local cert add Attache un nouveau certificat au compte donné à partir des informations renseignées. .. option:: -n , --name= Le nom du certificat. Doit être unique pour le compte concerné. .. option:: -p , --private_key= Le chemin vers le fichier contenant la clé privée du certificat. .. option:: -b , --public_key= Le chemin vers le fichier contenant la clé publique du certificat. .. option:: -c , --certificate= Le chemin vers le fichier contenant le certificat du compte, avec la chaîne de certification complète. | **Exemple** .. code-block:: shell waarp-gateway http://user:password@localhost:8080 account local serveur_sftp cert tata add -n cert_tata -p /tata.pub -b /tata.key -c /tata.pem