Again, make sure `example.tld` gets set to your domain and your SSL certificate is correctly setup.
Don't forget to run `nginx -t` to test your configuration file.
### mCaptcha Configuration
After having mCaptcha up and running, create an account and start configuring a website.
The configuration is incredibly easy as you just type in the traffic you expect (it can be adjusted whenever), though if you want to have more control, it can get more complex: [Configuring Difficulty Factor](https://mcaptcha.org/docs/webmasters/configuring-difficulty-factor).
You need to save the public/"sitekey" and private keys. You can get the sitekey on the sidebar.
### Sharkey Setup
On the control panel as an administrator, access the Security page, where you can enable mCaptcha.
As straight forward as it is, the fields are where you input your keys and the domain (now in `https://example.tld/` format).
After saving, test the captcha in the same page, but also be sure to check it out in the signup form.
### Finishing Touches
As you probably don't want someone else creating an account on your captcha service, now's the time to go back to your `docker-compose.yml` and set `MCAPTCHA_allow_registration: false`. Otherwise, you can leave it.