{"id":1868,"date":"2022-02-16T08:34:13","date_gmt":"2022-02-16T14:34:13","guid":{"rendered":"https:\/\/blog.iqonda.net\/?p=1868"},"modified":"2022-02-16T08:38:34","modified_gmt":"2022-02-16T14:38:34","slug":"acm-check-validation","status":"publish","type":"post","link":"https:\/\/blog.ls-al.com\/acm-check-validation\/","title":{"rendered":"ACM check validation"},"content":{"rendered":"
Everytime I want to do a CLI query I spend a little time on syntax so recording this just for quick reference.<\/p>\n
~$ aws acm --region us-east-1 list-certificates --query \"CertificateSummaryList[?DomainName=='domain.biz']\"\n[\n {\n \"CertificateArn\": \"arn:aws:acm:us-east-1:xxxxxxxxxxxx:certificate\/4c93f48f-516a-4263-bf65-aa01e02cf170\",\n \"DomainName\": \"domain.biz\"\n }\n]\n\n~$ aws acm describe-certificate --region us-east-1 --certificate-arn arn:aws:acm:us-east-1:xxxxxxxxxxxx:certificate\/4c93f48f-516a-4263-bf65-aa01e02cf170 --query \"Certificate.RenewalSummary.DomainValidationOptions[].[DomainName, ValidationStatus, ValidationMethod]\"\n[\n [\n \"domain.biz\",\n \"SUCCESS\",\n \"DNS\"\n ],\n [\n \"www.domain.biz\",\n \"PENDING_VALIDATION\",\n \"DNS\"\n ]\n]<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"Everytime I want to do a CLI query I spend a little time on syntax so recording this just for<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[73],"tags":[],"class_list":["post-1868","post","type-post","status-publish","format-standard","hentry","category-aws"],"_links":{"self":[{"href":"https:\/\/blog.ls-al.com\/wp-json\/wp\/v2\/posts\/1868","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/blog.ls-al.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/blog.ls-al.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/blog.ls-al.com\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/blog.ls-al.com\/wp-json\/wp\/v2\/comments?post=1868"}],"version-history":[{"count":3,"href":"https:\/\/blog.ls-al.com\/wp-json\/wp\/v2\/posts\/1868\/revisions"}],"predecessor-version":[{"id":1871,"href":"https:\/\/blog.ls-al.com\/wp-json\/wp\/v2\/posts\/1868\/revisions\/1871"}],"wp:attachment":[{"href":"https:\/\/blog.ls-al.com\/wp-json\/wp\/v2\/media?parent=1868"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/blog.ls-al.com\/wp-json\/wp\/v2\/categories?post=1868"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/blog.ls-al.com\/wp-json\/wp\/v2\/tags?post=1868"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}