Skip to content

Commit

Permalink
Merge pull request #2437 from openziti/linux-router-args
Browse files Browse the repository at this point in the history
linux, docker, k8s router - fix auto-renewal
  • Loading branch information
qrkourier authored Sep 25, 2024
2 parents 3b56d73 + 8a91533 commit 767d3f7
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions dist/dist-packages/linux/openziti-router/service.env
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,5 @@ ZITI_BOOTSTRAP_ENROLLMENT='true'
# BASH script that defines function bootstrap()
ZITI_ROUTER_BOOTSTRAP_BASH='/opt/openziti/etc/router/bootstrap.bash'

# renew server and client certificates every startup
ZITI_AUTO_RENEW_CERTS='true'

# additional arguments to the ExecStart command must be a non-empty string
ZITI_ARGS='--'
ZITI_ARGS='--extend'

0 comments on commit 767d3f7

Please sign in to comment.