Supprimer un certificat serveur
Vous pouvez supprimer un certificat serveur téléchargé dans EIM dont vous n’avez plus besoin.
Supprimer un certificat serveur avec OSC CLI
À ce jour, cette section est disponible en anglais uniquement. |
The DeleteServerCertificate command deletes a specified server certificate.
$ osc-cli api DeleteServerCertificate --profile "default" \
--Name "server-cert-example"
This command contains the following attributes that you need to specify:
-
DryRun
: (optional) If true, checks whether you have the required permissions to perform the action. -
Name
: The name of the server certificate you want to delete.
The DeleteServerCertificate command returns the following elements:
-
ResponseContext
: Information about the context of the response.-
RequestId
: The ID of the request.
-
{
"ResponseContext": {
"RequestId": "0475ca1e-d0c5-441d-712a-da55a4175157"
}
}
Supprimer un certificat serveur avec oapi-cli
À ce jour, cette section est disponible en anglais uniquement. |
The DeleteServerCertificate command deletes a specified server certificate.
$ oapi-cli --profile "default" DeleteServerCertificate \
--Name "server-cert-example"
This command contains the following attributes that you need to specify:
-
DryRun
: (optional) If true, checks whether you have the required permissions to perform the action. -
Name
: The name of the server certificate you want to delete.
The DeleteServerCertificate command returns the following elements:
-
ResponseContext
: Information about the context of the response.-
RequestId
: The ID of the request.
-
{
"ResponseContext": {
"RequestId": "0475ca1e-d0c5-441d-712a-da55a4175157"
}
}
Supprimer un certificat serveur avec AWS CLI
Avant de commencer : Installez et configurez AWS CLI. Pour en savoir plus, voir Installer et configurer AWS CLI. |
Pour supprimer un certificat serveur, utilisez la commande delete-server-certificate en suivant cette syntaxe :
$ aws iam delete-server-certificate \
--profile YOUR_PROFILE \
--server-certificate-name my-server-certificate \
--endpoint https://eim.eu-west-2.outscale.com
Cette commande contient les attributs suivants que vous devez spécifier :
-
(optionnel)
profile
: Le profil nommé que vous voulez utiliser, créé pendant la configuration d’AWS CLI. Pour en savoir plus, voir Installer et configurer AWS CLI. -
server-certificate-name
: Le nom du certificat serveur que vous souhaitez supprimer. -
endpoint
: Le endpoint correspondant à la Région à laquelle vous voulez envoyer la requête. Pour en savoir plus, voir Installer et configurer AWS CLI.
Le certificat serveur est supprimé.
Pages connexes
Méthode API correspondante
AWS™ et Amazon Web Services™ sont des marques de commerce d'Amazon Technologies, Inc. ou de ses affiliées aux États-Unis et/ou dans les autres pays.