apiVersion: cert-manager.io/v1 kind: Certificate metadata: name: pyrocufflink-cert spec: secretName: pyrocufflink-cert dnsNames: - '*.pyrocufflink.blue' - '*.pyrocufflink.net' - pyrocufflink.blue - pyrocufflink.net issuerRef: group: cert-manager.io kind: ClusterIssuer name: zerossl privateKey: algorithm: ECDSA rotationPolicy: Always --- apiVersion: cert-manager.io/v1 kind: Certificate metadata: name: dustinhatchname-cert spec: secretName: dustinhatchname-cert dnsNames: - dustin.hatch.name - '*.dustin.hatch.name' issuerRef: group: cert-manager.io kind: ClusterIssuer name: zerossl privateKey: algorithm: ECDSA rotationPolicy: Always --- apiVersion: cert-manager.io/v1 kind: Certificate metadata: name: hatchchat-cert spec: secretName: hatchchat-cert dnsNames: - hatch.chat - '*.hatch.chat' issuerRef: group: cert-manager.io kind: ClusterIssuer name: zerossl privateKey: algorithm: ECDSA rotationPolicy: Always --- apiVersion: cert-manager.io/v1 kind: Certificate metadata: name: tabitha-cert spec: secretName: tabitha-cert dnsNames: - tabitha.biz - '*.tabitha.biz' issuerRef: group: cert-manager.io kind: ClusterIssuer name: zerossl privateKey: algorithm: ECDSA rotationPolicy: Always --- apiVersion: cert-manager.io/v1 kind: Certificate metadata: name: dcow-cert spec: secretName: dcow-cert dnsNames: - darkchestofwonders.us - '*.darkchestofwonders.us' issuerRef: group: cert-manager.io kind: ClusterIssuer name: zerossl privateKey: algorithm: ECDSA rotationPolicy: Always --- apiVersion: cert-manager.io/v1 kind: Certificate metadata: name: chmod777-cert spec: secretName: chmod777-cert dnsNames: - chmod777.sh - '*.chmod777.sh' issuerRef: group: cert-manager.io kind: ClusterIssuer name: zerossl privateKey: algorithm: ECDSA rotationPolicy: Always --- apiVersion: cert-manager.io/v1 kind: Certificate metadata: name: dustinandtabitha-cert spec: secretName: dustinandtabitha-cert dnsNames: - dustinandtabitha.com - '*.dustinandtabitha.com' - dustinandtabitha.xyz - '*.dustinandtabitha.xyz' issuerRef: group: cert-manager.io kind: ClusterIssuer name: zerossl privateKey: algorithm: ECDSA rotationPolicy: Always --- apiVersion: cert-manager.io/v1 kind: Certificate metadata: name: hlc-cert spec: secretName: hlc-cert dnsNames: - hatchlearningcenter.org - '*.hatchlearningcenter.org' - hatchlearningcenter.com - '*.hatchlearningcenter.com' - hlckc.org - '*.hlckc.org' - hlckc.com - '*.hlckc.com' - hlcks.org - '*.hlcks.org' - hlcks.com - '*.hlcks.com' issuerRef: group: cert-manager.io kind: ClusterIssuer name: zerossl privateKey: algorithm: ECDSA rotationPolicy: Always