HEX
Server: Apache
System: Linux vps-cdc32557.vps.ovh.ca 5.15.0-156-generic #166-Ubuntu SMP Sat Aug 9 00:02:46 UTC 2025 x86_64
User: hanode (1017)
PHP: 7.4.33
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Upload Files
File: //usr/lib/python3/dist-packages/awscli/examples/iam/list-server-certificates.rst
**To list the server certificates in your AWS account**

The following ``list-server-certificates`` command lists all of the server certificates stored and available for use in your AWS account. ::

    aws iam list-server-certificates

Output::

    {
        "ServerCertificateMetadataList": [
            {
                "Path": "/",
                "ServerCertificateName": "myUpdatedServerCertificate",
                "ServerCertificateId": "ASCAEXAMPLE123EXAMPLE",
                "Arn": "arn:aws:iam::123456789012:server-certificate/myUpdatedServerCertificate",
                "UploadDate": "2019-04-22T21:13:44+00:00",
                "Expiration": "2019-10-15T22:23:16+00:00"
            },
            {
                "Path": "/cloudfront/",
                "ServerCertificateName": "MyTestCert",
                "ServerCertificateId": "ASCAEXAMPLE456EXAMPLE",
                "Arn": "arn:aws:iam::123456789012:server-certificate/Org1/Org2/MyTestCert",
                "UploadDate": "2015-04-21T18:14:16+00:00",
                "Expiration": "2018-01-14T17:52:36+00:00"
            }
        ]
    }

For more information, see `Creating, Uploading, and Deleting Server Certificates`_ in the *IAM Users Guide*.

.. _`Creating, Uploading, and Deleting Server Certificates`: http://docs.aws.amazon.com/IAM/latest/UserGuide/InstallCert.html