Skip to content

Arasaac/auth

Repository files navigation

TODO: Change these for your own certificates. This was generated through the commands:

openssl genrsa -out privatekey.pem 2048
openssl req -new -key privatekey.pem -out certrequest.csr
openssl x509 -req -in certrequest.csr -signkey privatekey.pem -out certificate.pem
```# auth