Linux worldls-302.fr.planethoster.net 4.18.0-553.8.1.lve.el7h.x86_64 #1 SMP Thu Jul 4 15:19:33 UTC 2024 x86_64
LiteSpeed
Server IP : 10.185.0.203 & Your IP : 216.73.217.14
Domains :
Cant Read [ /etc/named.conf ]
User : gerathty
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
lib /
python2.7 /
site-packages /
awscli /
examples /
acm /
Delete
Unzip
Name
Size
Permission
Date
Action
add-tags-to-certificate.rst
376
B
-rw-r--r--
2017-04-04 16:39
delete-certificate.rst
277
B
-rw-r--r--
2017-04-04 16:39
describe-certificate.rst
2.09
KB
-rw-r--r--
2017-04-04 16:39
get-certificate.rst
4.18
KB
-rw-r--r--
2017-04-04 16:39
list-certificates.rst
1.9
KB
-rw-r--r--
2017-04-04 16:39
list-tags-for-certificate.rst
554
B
-rw-r--r--
2017-04-04 16:39
remove-tags-from-certificate.rst
389
B
-rw-r--r--
2017-04-04 16:39
request-certificate.rst
1.08
KB
-rw-r--r--
2017-04-04 16:39
resend-validation-email.rst
404
B
-rw-r--r--
2017-04-04 16:39
Save
Rename
**To retrieve the fields contained in an ACM certificate** The following ``describe-certificate`` command retrieves all of the fields for the certificate with the specified ARN:: aws acm describe-certificate --certificate-arn arn:aws:acm:us-east-1:123456789012:certificate/12345678-1234-1234-1234-123456789012 Output similar to the following is displayed:: { "Certificate": { "CertificateArn": "arn:aws:acm:us-east-1:123456789012:certificate/12345678-1234-1234-1234-123456789012", "CreatedAt": 1446835267.0, "DomainName": "www.example.com", "DomainValidationOptions": [ { "DomainName": "www.example.com", "ValidationDomain": "www.example.com", "ValidationEmails": [ "hostmaster@example.com", "admin@example.com", "owner@example.com.whoisprivacyservice.org", "tech@example.com.whoisprivacyservice.org", "admin@example.com.whoisprivacyservice.org", "postmaster@example.com", "webmaster@example.com", "administrator@example.com" ] }, { "DomainName": "www.example.net", "ValidationDomain": "www.example.net", "ValidationEmails": [ "postmaster@example.net", "admin@example.net", "owner@example.net.whoisprivacyservice.org", "tech@example.net.whoisprivacyservice.org", "admin@example.net.whoisprivacyservice.org", "hostmaster@example.net", "administrator@example.net", "webmaster@example.net" ] } ], "InUseBy": [], "IssuedAt": 1446835815.0, "Issuer": "Amazon", "KeyAlgorithm": "RSA-2048", "NotAfter": 1478433600.0, "NotBefore": 1446768000.0, "Serial": "0f:ac:b0:a3:8d:ea:65:52:2d:7d:01:3a:39:36:db:d6", "SignatureAlgorithm": "SHA256WITHRSA", "Status": "ISSUED", "Subject": "CN=www.example.com", "SubjectAlternativeNames": [ "www.example.com", "www.example.net" ] } }