Generate self signed wildcard SSL certicifate
Last modified:
During KanBo installation on test or development environment, you can use self-signed and generated wildcard SSL certificate.
Change it to your needs and use following command.
Change *.ddns.net to suit your domain.
makecert.exe -n "CN=KanBoTest,O=OC" -pe -ss Root -sr LocalMachine -sky exchange -m 120 -a sha1 -len 2048 -r
makecert.exe -n "CN=*.ddns.net" -pe -ss My -sr LocalMachine -sky exchange -m 120 -in "KanBoTest" -is Root -ir LocalMachine -a sha1 -eku 1.3.6.1.5.5.7.3.1
You can download makecert.exe here.
For the certificate to work, make sure you add the certificate to Trusted Root Certification Authorities store.