danielguedesb/GCP Certbot
Github action that adds/renews a Letsencrypt certificate to an existing GCP Load Balancer.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| gcp-project | Google Cloud Project | yes | — |
| gcp-sa | Google Cloud Service Account | yes | — |
| front-end | Load Balancer Front End where the certificate will be attached | no | "" |
| gcs-bucket | Google Cloud Storage bucket where the certificate is stored | yes | — |
| tar-password | Password that will be used to protect the tar file uploaded to GCS (recommended) | no | "" |
| The email that will be used when generating your letsencrypt certificates | yes | — | |
| domain | The plain domain name for which certificates will be generated. The configured zone must match this. The request will be for a certificate that is valid for example.com and *.example.com | yes | — |
Outputs
| name | description |
|---|---|
| certificate-name | The name of the create/renewed certificate |