[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
-land-aoptions 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
- Issue: The commands