Rest Server is a high performance HTTP server that implements restic's REST backend API.
Find a file
2015-09-07 15:29:24 +02:00
.gitignore Initial commit 2015-08-11 14:19:05 +02:00
auth.go command line args 2015-09-07 15:29:24 +02:00
context.go command line args 2015-09-07 15:29:24 +02:00
handlers.go command line args 2015-09-07 15:29:24 +02:00
htpasswd.go https support 2015-09-07 15:11:03 +02:00
LICENSE Initial commit 2015-08-11 14:19:05 +02:00
README.md https support 2015-09-07 15:11:03 +02:00
repository.go command line args 2015-09-07 15:29:24 +02:00
router.go command line args 2015-09-07 15:29:24 +02:00
router_test.go refactoring 2015-08-14 11:17:57 +02:00
server.go command line args 2015-09-07 15:29:24 +02:00
variables.go basic auth 2015-08-25 11:35:49 +02:00

openssl genrsa -out private_key 2048
openssl req -new -x509 -key private_key -out public_key -days 365