==================================================== [OBSOLÈTE] Ajouter un certificat à un compte distant ==================================================== .. program:: waarp-gateway account remote cert add Attache un nouveau certificat au compte donné à partir des informations renseignées. **Commande** .. code-block:: shell waarp-gateway account remote "" cert "" add **Options** .. 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 account remote 'waarp_sftp' cert 'titi' add -n 'key_titi' -p './titi.key'