Issue Let's Encrypt cert via Certificate Manager yc

Request managed wildcard cert then check status; note: needs DNS/HTTP validation to issue

yc certificate-manager certificate request --name <name> --domains <host>,*.<host> && yc certificate-manager certificate list --format json | jq -r '.[] | "\(.name)\t\(.status)\t\(.not_after)"'