deploy step
This commit is contained in:
0
boilerplates/step-ca/.gitkeep
Normal file
0
boilerplates/step-ca/.gitkeep
Normal file
22
boilerplates/traefik/dynamic/step-ca.yml
Normal file
22
boilerplates/traefik/dynamic/step-ca.yml
Normal file
@@ -0,0 +1,22 @@
|
||||
http:
|
||||
routers:
|
||||
step-ca:
|
||||
rule: "Host(`turnstile.local.mk-labs.cloud`)"
|
||||
entryPoints:
|
||||
- websecure
|
||||
service: step-ca
|
||||
tls:
|
||||
certResolver: cloudflare
|
||||
options: step-ca-mtls
|
||||
|
||||
services:
|
||||
step-ca:
|
||||
loadBalancer:
|
||||
servers:
|
||||
- url: "https://10.1.71.34:9000"
|
||||
|
||||
tls:
|
||||
options:
|
||||
step-ca-mtls:
|
||||
clientAuth:
|
||||
clientAuthType: RequestClientCert
|
||||
Reference in New Issue
Block a user