Closed tmakatos closed 1 year ago
With the addition of https, secure authentication and sessions, certificates and keys are required. Details to enable are documented here: https://github.com/SNIA/Swordfish-API-Emulator/blob/master/Documentation/Self%20signed%20certificate%20and%20key%20generation%20guide.docx
This has been included as part of the setup.sh script as well, if you use that. Need to add additional notes to README.
Additional info has been added to README.
Followed instructions and it fails with:
I don't see
server.crt
andserver.key
anywhere. Setting"AUTHENTICATION": "Disable"
inemulator-config.json
works around this.FWIW this is on Linux.