修改整数文件路径
This commit is contained in:
parent
be7a406ec8
commit
9c33c76a9b
@ -1,4 +1,4 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
|
|
||||||
openssl req -x509 -nodes -newkey ec:<(openssl ecparam -name prime256v1) -keyout ../server.key -out ../server.crt -subj "/CN=bing.com" -days 36500
|
openssl req -x509 -nodes -newkey ec:<(openssl ecparam -name prime256v1) -keyout ../key/server.key -out ../key/server.crt -subj "/CN=bing.com" -days 36500
|
||||||
@ -8,8 +8,8 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- acme:/acme
|
- acme:/acme
|
||||||
- ./hysteria.yaml:/etc/hysteria.yaml
|
- ./hysteria.yaml:/etc/hysteria.yaml
|
||||||
- ./server.crt:/etc/hysteria/server.crt
|
- ./key/server.crt:/etc/hysteria/server.crt
|
||||||
- ./server.key:/etc/hysteria/server.key
|
- ./key/server.key:/etc/hysteria/server.key
|
||||||
command: ["server", "-c", "/etc/hysteria.yaml"]
|
command: ["server", "-c", "/etc/hysteria.yaml"]
|
||||||
volumes:
|
volumes:
|
||||||
acme:
|
acme:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user