Migrating from AWS to Vultr - Unable to install the certificate

Hey thanks for the tips, I tried to post that file however its a bit messy from when I tried to automate the prompt responses. I got this message from the form when I tried to post it:

Body is limited to 32000 characters; you entered 1007852.
Sorry, new users can only put 20 links in a post.

I’ll post the last bit of the log file.

Here:

Traceback (most recent call last):
  File "/usr/bin/certbot", line 11, in <module>
    load_entry_point('certbot==0.31.0', 'console_scripts', 'certbot')()
  File "/usr/lib/python3/dist-packages/certbot/main.py", line 1365, in main
    return config.func(config, plugins)
  File "/usr/lib/python3/dist-packages/certbot/main.py", line 1126, in run
    _install_cert(config, le_client, domains, new_lineage)
  File "/usr/lib/python3/dist-packages/certbot/main.py", line 760, in _install_cert
    path_provider.cert_path, path_provider.chain_path, path_provider.fullchain_path)
  File "/usr/lib/python3/dist-packages/certbot/client.py", line 516, in deploy_certificate
    fullchain_path=fullchain_path)
  File "/usr/lib/python3/dist-packages/certbot_nginx/configurator.py", line 191, in deploy_cert
    vhosts = self.choose_vhosts(domain, create_if_no_match=True)
  File "/usr/lib/python3/dist-packages/certbot_nginx/configurator.py", line 301, in choose_vhosts
    str(self.config.tls_sni_01_port))]
  File "/usr/lib/python3/dist-packages/certbot_nginx/configurator.py", line 349, in _vhost_from_duplicated_default
    default_vhost = self._get_default_vhost(domain, allow_port_mismatch, port)
  File "/usr/lib/python3/dist-packages/certbot_nginx/configurator.py", line 387, in _get_default_vhost
    " block for %s. Set the `server_name` directive to use the Nginx installer." % domain)
certbot.errors.MisconfigurationError: Could not automatically find a matching server block for band-manager.ca. Set the `server_name` directive to use the Nginx installer.
2019-11-02 19:41:34,872:DEBUG:certbot.main:certbot version: 0.31.0
2019-11-02 19:41:34,872:DEBUG:certbot.main:Arguments: ['-v']
2019-11-02 19:41:34,873:DEBUG:certbot.main:Discovered plugins: PluginsRegistry(PluginEntryPoint#manual,PluginEntryPoint#nginx,PluginEntryPoint#null,PluginEntryPoint#standalone,PluginEntryPoint#webroot)
2019-11-02 19:41:34,882:DEBUG:certbot.log:Root logging level set at 10
2019-11-02 19:41:34,883:INFO:certbot.log:Saving debug log to /var/log/letsencrypt/letsencrypt.log
2019-11-02 19:41:34,884:DEBUG:certbot.plugins.selection:Requested authenticator None and installer None
2019-11-02 19:41:35,011:DEBUG:certbot.plugins.selection:Single candidate plugin: * nginx
Description: Nginx Web Server plugin
Interfaces: IAuthenticator, IInstaller, IPlugin
Entry point: nginx = certbot_nginx.configurator:NginxConfigurator
Initialized: <certbot_nginx.configurator.NginxConfigurator object at 0x7f8c8b6bfd30>
Prep: True
2019-11-02 19:41:35,013:DEBUG:certbot.plugins.selection:Selected authenticator <certbot_nginx.configurator.NginxConfigurator object at 0x7f8c8b6bfd30> and installer <certbot_nginx.configurator.NginxConfigurator object at 0x7f8c8b6bfd30>
2019-11-02 19:41:35,013:INFO:certbot.plugins.selection:Plugins selected: Authenticator nginx, Installer nginx
2019-11-02 19:41:35,021:DEBUG:certbot.main:Picked account: <Account(RegistrationResource(body=Registration(key=None, contact=(), agreement=None, status=None, terms_of_service_agreed=None, only_return_existing=None, external_account_binding=None), uri='https://acme-v02.api.letsencrypt.org/acme/acct/70862682', new_authzr_uri=None, terms_of_service=None), f9dbc1fbcb6f7c2f0a71fc537172cd3f, Meta(creation_dt=datetime.datetime(2019, 11, 2, 8, 1, 12, tzinfo=<UTC>), creation_host='vultr.guest'))>
2019-11-02 19:41:35,023:DEBUG:acme.client:Sending GET request to https://acme-v02.api.letsencrypt.org/directory.
2019-11-02 19:41:35,026:DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): acme-v02.api.letsencrypt.org
2019-11-02 19:41:35,222:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "GET /directory HTTP/1.1" 200 658
2019-11-02 19:41:35,223:DEBUG:acme.client:Received response:
HTTP 200
Server: nginx
Date: Sat, 02 Nov 2019 19:41:35 GMT
Content-Type: application/json
Content-Length: 658
Connection: keep-alive
Cache-Control: public, max-age=0, no-cache
X-Frame-Options: DENY
Strict-Transport-Security: max-age=604800

{
  "keyChange": "https://acme-v02.api.letsencrypt.org/acme/key-change",
  "meta": {
    "caaIdentities": [
      "letsencrypt.org"
    ],
    "termsOfService": "https://letsencrypt.org/documents/LE-SA-v1.2-November-15-2017.pdf",
    "website": "https://letsencrypt.org"
  },
  "newAccount": "https://acme-v02.api.letsencrypt.org/acme/new-acct",
  "newNonce": "https://acme-v02.api.letsencrypt.org/acme/new-nonce",
  "newOrder": "https://acme-v02.api.letsencrypt.org/acme/new-order",
  "revokeCert": "https://acme-v02.api.letsencrypt.org/acme/revoke-cert",
  "zNkKZkS29Ks": "https://community.letsencrypt.org/t/adding-random-entries-to-the-directory/33417"
}
2019-11-02 19:42:01,809:DEBUG:certbot.log:Exiting abnormally:
Traceback (most recent call last):
  File "/usr/bin/certbot", line 11, in <module>
    load_entry_point('certbot==0.31.0', 'console_scripts', 'certbot')()
  File "/usr/lib/python3/dist-packages/certbot/main.py", line 1365, in main
    return config.func(config, plugins)
  File "/usr/lib/python3/dist-packages/certbot/main.py", line 1113, in run
    domains, certname = _find_domains_or_certname(config, installer)
  File "/usr/lib/python3/dist-packages/certbot/main.py", line 425, in _find_domains_or_certname
    raise errors.Error("Please specify --domains, or --installer that "
certbot.errors.Error: Please specify --domains, or --installer that will help in domain names autodiscovery, or --cert-name for an existing certificate name.