{"id":16695251,"url":"https://github.com/renbaoshuo/deploy-certificate-to-tencentcloud","last_synced_at":"2025-10-05T08:06:20.014Z","repository":{"id":44353592,"uuid":"494297886","full_name":"renbaoshuo/deploy-certificate-to-tencentcloud","owner":"renbaoshuo","description":null,"archived":false,"fork":false,"pushed_at":"2025-02-27T15:18:34.000Z","size":52,"stargazers_count":10,"open_issues_count":0,"forks_count":4,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-06T08:09:54.245Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/renbaoshuo.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-05-20T02:44:44.000Z","updated_at":"2025-03-05T08:55:32.000Z","dependencies_parsed_at":"2023-01-05T05:19:20.809Z","dependency_job_id":null,"html_url":"https://github.com/renbaoshuo/deploy-certificate-to-tencentcloud","commit_stats":{"total_commits":5,"total_committers":2,"mean_commits":2.5,"dds":"0.19999999999999996","last_synced_commit":"5a8e120f79ecb24fb931387782a4dd90c79dad29"},"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renbaoshuo%2Fdeploy-certificate-to-tencentcloud","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renbaoshuo%2Fdeploy-certificate-to-tencentcloud/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renbaoshuo%2Fdeploy-certificate-to-tencentcloud/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renbaoshuo%2Fdeploy-certificate-to-tencentcloud/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/renbaoshuo","download_url":"https://codeload.github.com/renbaoshuo/deploy-certificate-to-tencentcloud/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248142313,"owners_count":21054617,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-12T17:06:08.032Z","updated_at":"2025-10-05T08:06:20.008Z","avatar_url":"https://github.com/renbaoshuo.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# GitHub Action for Tencent Cloud CDN certificate deployment\n\nDeploy SSL certificate to Tencent Cloud CDN.\n\n## Usage\n\nThis action will deploy your PEM-formatted SSL certificate to Tencent Cloud CDN.\n\n```yaml\njobs:\n  deploy-to-qcloud-cdn:\n    name: Deploy certificate to Tencent Cloud CDN\n    runs-on: ubuntu-latest\n    steps:\n      - name: Checkout\n        uses: actions/checkout@v4\n        with:\n          # If you just commited and pushed your newly issued certificate to this repo in a previous job,\n          # use `ref` to make sure checking out the newest commit in this job\n          ref: ${{ github.ref }}\n      - uses: renbaoshuo/deploy-certificate-to-tencentcloud@v2.1\n        with:\n          # Use Access Key\n          secret-id: ${{ secrets.QCLOUD_SECRET_ID }}\n          secret-key: ${{ secrets.QCLOUD_SECRET_KEY }}\n\n          # Specify PEM fullchain file\n          fullchain-file: ${{ env.FILE_FULLCHAIN }}\n          # Specify PEM private key file\n          key-file: ${{ env.FILE_KEY }}\n\n          # Deploy to CDN\n          cdn-domains: |\n            cdn1.example.com\n            cdn2.example.com\n```\n\n## Permissions\n\nPlease make sure the Tencent Cloud account you use has the following permissions:\n\n- QcloudCDNFullAccess\n- QcloudSSLFullAccess\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frenbaoshuo%2Fdeploy-certificate-to-tencentcloud","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frenbaoshuo%2Fdeploy-certificate-to-tencentcloud","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frenbaoshuo%2Fdeploy-certificate-to-tencentcloud/lists"}