forked from kurrent-io/KurrentDB
-
Notifications
You must be signed in to change notification settings - Fork 0
wiki
Dan Leech edited this page Dec 16, 2014
·
4 revisions
This wiki is no longer maintained and should not be used. Read the Event Store docs at docs.geteventstore.com.
This description is wrong, but it's approximately right:
- Generate a certificate
openssl req -x509 -nodes -days 365 -newkey rsa:2048 -keyout privateKey.key -out certificate.crt - Convert to Windows-format:
openssl pkcs12 -export -out certificate.pfx -inkey privateKey.key -in certificate.crt -certfile CACert.crt - Import into trusted:
certutil -dspublish -f certificate.crt NTAuthCA - In PowerShell find its thumbprint, something like this:
$(ls cert:\ | select-object -first 1).Thumbprintand use and use that in EventStore