menci/Deploy SSL certificate to Upyun
Deploy SSL certificate to Upyun CDN or OSS.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Jul 15, 2024
- License
- None
- Runtime
- Deprecated runtime
Pinned Snippet
uses: menci/deploy-certificate-to-upyun@deb304e3740f025cc47c09814da7f89a65ebcfb6 # no releases — HEAD as of 2026-07-11tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| subaccount-username | The subaccount username to login to Upyun. | yes | — |
| subaccount-password | The subaccount password to login to Upyun. | yes | — |
| fullchain-file | The file path of the PEM fullchain certificate. | yes | — |
| key-file | The file path of the PEM private key file. | yes | — |
| domains | Enter a list of CDN or OSS domains you want to deploy the certificate to. | yes | — |
| delete-unused-certificates | Whether or not to delete ALL unused certificates after deploying the new certificate. If set to `false` the old certificate won't be deleted! | yes | — |
Outputs
no outputs