Sign personal certificate with digicert wildcard certificate

Solution 1:

You can only sign certificates with that certificate if it has the certificate-signing bit set, which it almost certainly doesn't. You need to set up your own CA with its own root. There are many tools available to help you do that. You can even do it with OpenSSL, if you can remember the dozens of commands and their dozens of sub-commands each.