mirror of
https://github.com/restic/rest-server.git
synced 2025-12-07 09:36:13 -08:00
5 lines
111 B
Markdown
5 lines
111 B
Markdown
```
|
|
openssl genrsa -out private_key 2048
|
|
openssl req -new -x509 -key private_key -out public_key -days 365
|
|
```
|