This question is more about how to setup non-production env using --staging
using certbot ?
so, I have more than 200 domains hosted on production env. ( ip: 10.8.123.xxx ) , and I want to generate 2 cert for 100 domains each using -d
option.
before generating cert for production I would like to test this on non-production with 20 domains and 2 cert of 10 each.
so I have created one more non-production nginx webserver ( IP: 10.8.456.xxx ) with virtual host entry of 20 domains (live domains) but those are pointing to production ( IP: 10.8.123.xxx )
In this case will cerbot with --staging
generate the cert without failure ?
in other words can we have different server IP address than production while using --staging ?
otherwise I will have to buy some domains for testing and point them to non-production env (IP: 10.8.456.xxx )
Thanks in advance