Skip to content

v3.0.6 - Certificate Download with Fallback Support + Fix

Latest

Choose a tag to compare

@Erreur32 Erreur32 released this 05 Sep 11:41
· 2 commits to main since this release

[3.0.6] - 2025-01-20

🆕 New Features

  • Added certificate download functionality with fallback support (PR #20)
    • Issue: Certificate download failed on newer NPM installations due to API changes

    • Output Files:

      • {cert_name}.crt - Certificate file
      • {cert_name}.key - Private key file
      • {cert_name}.chain.crt - Intermediate certificate (if available)
      • {cert_name}.fullchain.crt - Full chain certificate (if available)
      • {cert_name}_metadata.json - Certificate metadata
      • {cert_name}_certificate.zip - ZIP archive containing all files

[3.0.5] - 2025-01-20

🐛 Bug Fixes

  • Fixed -l and -a options being ignored in host creation (Issue #22)
    • Issue: The commands ./npm-api.sh --host-create example.com -i 192.168.1.10 -p 8080 -a 'proxy_set_header X-Real-IP $remote_addr;' and ./npm-api.sh --host-create example.com -i 192.168.1.10 -p 8080 -l '[{"path":"/api","forward_host":"192.168.1.11","forward_port":8081}]' were showing "Unknown option ignored" warnings