========================================= Ajouter un certificat à un compte distant ========================================= .. program:: waarp-gateway account remote cert add .. describe:: waarp-gateway account remote 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:: -c , --certificate= Le chemin vers le fichier contenant le certificat TLS du compte, avec la chaîne de certification complète en format PEM. .. option:: -p , --private_key= Le chemin vers le fichier contenant la clé privée (TLS ou SSH) du compte, en format PEM. | **Exemple** .. code-block:: shell waarp-gateway -a 'http://user:password@localhost:8080' account remote 'waarp_sftp' cert 'titi' add -n 'key_titi' -p './titi.key'