Skip to content

Commit

Permalink
Update FTPS.yml
Browse files Browse the repository at this point in the history
added ca store update step
  • Loading branch information
cottiar authored Jul 17, 2024
1 parent 4e385da commit 54b1c1b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/FTPS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ jobs:
- name: 🛠️ Configure LFTP
run: |
mkdir ~/.lftp
apt update
apt upgrade
sudo dpkg-reconfigure ca-certificates
echo "set ssl:ca-file ~/.lftp/certs.crt;set ssl:check-hostname no;" >> ~/.lftp/rc
echo "${{ secrets.FTP_CERTS_BASE64 }}" | base64 --decode > ~/.lftp/certs.crt
- name: 🔑 Load Secrets
Expand Down

0 comments on commit 54b1c1b

Please sign in to comment.