Skip to content

Commit 29f8471

Browse files
committed
wip
1 parent a5803c8 commit 29f8471

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/a2certbot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -559,7 +559,7 @@ def main():
559559
pemfile = args.recreate
560560
print("recreate", pemfile)
561561
names = get_altnames(pemfile)
562-
webroot = args.webroot or get_webroot(args.domain[0], args.apacheconf)
562+
webroot = args.webroot or get_webroot(args.names[0], args.apacheconf)
563563
print(f"cert for {altnames} webroot {webroot}")
564564
mkcert(webroot, names)
565565

0 commit comments

Comments
 (0)