opentoken-io / opentoken

Public and free software API to tokenize or encrypt data.
MIT License
13 stars 5 forks source link

Fixed a typo in the Schema for server.json #139

Closed Neekoy closed 6 years ago

Neekoy commented 6 years ago

schema/config/server.json had a typo which was preventing it from properly validating correct config override for HTTPS.

fidian commented 6 years ago

Thanks for the update! I typically performed SSL termination at a gateway instead of with this service, which is why I did not notice this issue.