grin/config
hashmap 28b0acc0e6
Support pem TLS certificates
Mostly to support let's encrypt. It requires to switch from native-tls and friends to rustls and friends, which perhap is a good thing per se, rustls looks more modern and for sure more Rusty.
Alternative would be manually convert pkcs12 certificates to pem, which requires openssl tools to be installed and make transparent integration whith let's encrypt much harder (this is out of the scope for now, perhaps in near future)
2018-10-05 17:09:19 +02:00
..
src Support pem TLS certificates 2018-10-05 17:09:19 +02:00
Cargo.toml Implement Basic Auth for API and Owner API (#1566) 2018-09-26 22:38:44 +02:00