Skip to content

foxundermoon/upload-qiniu-cert-action

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

upload cert to qiniu

usage

    - name: update qiniu ${{ matrix.domain }}
      uses: foxundermoon/upload-qiniu-cert-action@master
      with:
        ak: ${{ secrets.QINIU_AK }}
        sk: ${{ secrets.QINIU_SK }}
        domain: ${{ matrix.domain }}
        update-domains: |
          .${{ matrix.domain }} | https | http2
          ${{ matrix.domain }} | https | http2
        debug: 'yes'
        cert-path: '${{ matrix.domain }}_ecc/fullchain.cer'
        key-path: '${{ matrix.domain }}_ecc/${{ matrix.domain }}.key'