* Run ant start
* https://myadito or myadito will allow access
To create certificate used by Apache and Adito, accomplish the following:
*openssl genrsa -out server.key 1024
*openssl req -new -key server.key -x509 -days 1000 -out server.crt
*openssl pkcs12 -export -in server.crt -inkey server.key -out server.p12 -name "adito"
** Password required for PKCS12, must be at least 6 in length
* When doing adito config, import instead of creating a new cert.
** Set type to PKCS12
** Password will be one chosen above for cert
** Name or alias is adito
This will ensure apache and adito use the same cert. Not sure if type matters, X.509 or PKCS12.