Skip to content

Commit

Permalink
fix(generator/server): fix typo error in acme fields
Browse files Browse the repository at this point in the history
Fixes: #236
Signed-off-by: Tianling Shen <[email protected]>
  • Loading branch information
1715173329 committed Dec 4, 2024
1 parent 6c621fe commit c8d9c10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion root/etc/homeproxy/scripts/generate_server.uc
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ uci.foreach(uciconfig, uciserver, (cfg) => {
certificate_path: cfg.tls_cert_path,
key_path: cfg.tls_key_path,
acme: (cfg.tls_acme === '1') ? {
domain: cfg.tls_acme_domains,
domain: cfg.tls_acme_domain,
data_directory: HP_DIR + '/certs',
default_server_name: cfg.tls_acme_dsn,
email: cfg.tls_acme_email,
Expand Down

0 comments on commit c8d9c10

Please sign in to comment.