A utility script for managing SSL certificates across OpenShift clusters using cert-manager.
./apply-apps-cert.sh <cluster_name> <hosted_zone_name> <claimed_cluster_kubeconfig> <namespace> [certificate_duration]cluster_name: Name of the target clusterhosted_zone_name: DNS hosted zone nameclaimed_cluster_kubeconfig: Path to the claimed cluster's kubeconfig filenamespace: Namespace where the certificate will be created on the collective clustercertificate_duration(optional): Certificate validity duration (default: 8760h0m0s = 1 year)