diff options
author | Chris Ortman <[email protected]> | 2020-06-12 14:37:56 -0500 |
---|---|---|
committer | GitHub <[email protected]> | 2020-06-12 13:37:56 -0600 |
commit | d84a5d84278686d7400b3754b0422f85f5541326 (patch) | |
tree | ba7941baa24e62e8470e26f9995b3f7c215357bf /.gitignore | |
parent | 7da32f493a41e7cd62e8eeb3976914e54340cc9b (diff) | |
download | caddy-d84a5d84278686d7400b3754b0422f85f5541326.tar.gz caddy-d84a5d84278686d7400b3754b0422f85f5541326.zip |
httpcaddyfile: New `acme_eab` option (#3492)
* Adds global options for external account bindings
* Maybe other people use ctags too?
* Use nested block to configure external account
* go format files
* Restore acme_ca directive in test file
* Change Caddyfile config syntax for acme_eab
* Update test
Co-authored-by: Matt Holt <[email protected]>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index d8128f54f..4b8dc489e 100644 --- a/.gitignore +++ b/.gitignore @@ -20,4 +20,4 @@ vendor # goreleaser artifacts dist caddy-build -caddy-dist
\ No newline at end of file +caddy-dist |