Tech Manual
Security certtificate is invalid for Nimbo site.
This is probably because it's a parked domain under nimbosite. you can check by going to:
WHM > List Parked Domains
If it is, then you need to
1. delete the parked domain
2. give it its own account.
3. set it to be part of Nimbo
Here is how: WHM > Terminal
From WHM > Terminal:
Paste this in after replacing the uppercase bits and hit enter:
/root/convert-parked-to-nimbo.sh DOMAIN_NAME NEW_USERNAME 'RANDOM_PASSWORD'
✔ Create the cPanel account
✔ Assign it the domain you choose
✔ Remove the domain from nimbo2com
✔ Delete default folders
✔ Symlink public_html + domain folder back to Nimbo
✔ Fix perms + ownership
✔ Rebuild Apache
✔ Restart HTTPD
Set an account to be a Nimbo site account when it is a normal standalone.
Here is how:
From WHM > Terminal:
Paste this and hit enter after changing the username and the domain:
/root/fix-nimbo.sh USERNAME DOMAIN_NAME
Fix SSL due to no permissions.
Here is how:
From WHM > Terminal:
Paste this and hit enter after changing the username:
u=USERNAME; t=$(readlink -f /home/$u/public_html) && mkdir -p "$t/.well-known/acme-challenge" && setfacl -m u:$u:rwx "$t" "$t/.well-known" "$t/.well-known/acme-challenge"
NB: If you get extra characters prepended to this string when pasting into Terminal, enter this first (you'll have to type it in manually): bind 'set enable-bracketed-paste off'

