Files
proxmox/docs/04-configuration/NGINX_SSL_MANUAL_CONFIGURATION_CHECKLIST.md
defiQUG fbda1b4beb
Some checks failed
Deploy to Phoenix / deploy (push) Has been cancelled
docs: Ledger Live integration, contract deploy learnings, NEXT_STEPS updates
- ADD_CHAIN138_TO_LEDGER_LIVE: Ledger form done; public code review repo bis-innovations/LedgerLive; init/push commands
- CONTRACT_DEPLOYMENT_RUNBOOK: Chain 138 gas price 1 gwei, 36-addr check, TransactionMirror workaround
- CONTRACT_*: AddressMapper, MirrorManager deployed 2026-02-12; 36-address on-chain check
- NEXT_STEPS_FOR_YOU: Ledger done; steps completable now (no LAN); run-completable-tasks-from-anywhere
- MASTER_INDEX, OPERATOR_OPTIONAL, SMART_CONTRACTS_INVENTORY_SIMPLE: updates
- LEDGER_BLOCKCHAIN_INTEGRATION_COMPLETE: bis-innovations/LedgerLive reference

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-12 15:46:57 -08:00

2.5 KiB

Nginx SSL Manual Configuration Checklist

Last Updated: 2026-01-31
Document Version: 1.0
Status: Active Documentation


Date: 2026-01-09
NPM URL: http://192.168.11.26:81
Credentials: nsatoshi2007@hotmail.com / L@ker$2010


Quick Start

  1. Access NPM: Open http://192.168.11.26:81
  2. Log in: nsatoshi2007@hotmail.com / L@ker$2010
  3. Configure each domain using the checklist below

Configuration Checklist

For each domain, check off when complete:

sankofa.nexus Zone

  • sankofa.nexushttp://192.168.11.140:80
  • www.sankofa.nexushttp://192.168.11.140:80
  • phoenix.sankofa.nexushttp://192.168.11.140:80
  • www.phoenix.sankofa.nexushttp://192.168.11.140:80
  • the-order.sankofa.nexushttp://192.168.11.140:80

d-bis.org Zone

  • explorer.d-bis.orghttp://192.168.11.140:80
  • rpc-http-pub.d-bis.orghttps://192.168.11.252:443 (WebSocket )
  • rpc-ws-pub.d-bis.orghttps://192.168.11.252:443 (WebSocket )
  • rpc-http-prv.d-bis.orghttps://192.168.11.251:443 (WebSocket )
  • rpc-ws-prv.d-bis.orghttps://192.168.11.251:443 (WebSocket )
  • dbis-admin.d-bis.orghttp://192.168.11.130:80
  • dbis-api.d-bis.orghttp://192.168.11.155:3000
  • dbis-api-2.d-bis.orghttp://192.168.11.156:3000
  • secure.d-bis.orghttp://192.168.11.130:80

mim4u.org Zone

  • mim4u.orghttp://192.168.11.19:80
  • www.mim4u.orghttp://192.168.11.19:80
  • secure.mim4u.orghttp://192.168.11.19:80
  • training.mim4u.orghttp://192.168.11.19:80

defi-oracle.io Zone

  • rpc.public-0138.defi-oracle.iohttps://192.168.11.252:443 (WebSocket )

Total: 19 domains


Per-Domain Configuration Steps

For each domain:

  1. Click: Proxy Hosts → Add Proxy Host

  2. Details Tab:

    • Domain Names: [domain]
    • Scheme: http or https (based on target)
    • Forward Hostname/IP: [target IP]
    • Forward Port: [target port]
    • Block Common Exploits:
    • Websockets Support: (for RPC domains)
  3. SSL Tab:

    • Request a new SSL Certificate
    • Email: nsatoshi2007@hotmail.com
    • I Agree to Terms:
    • Force SSL:
    • HTTP/2 Support:
    • HSTS Enabled:
  4. Save


Verification

After configuring all domains:

bash scripts/nginx-proxy-manager/verify-ssl-config.sh

Last Updated: 2026-01-09