There was an error while loading. Please reload this page.
1 parent a5803c8 commit 29f8471Copy full SHA for 29f8471
bin/a2certbot
@@ -559,7 +559,7 @@ def main():
559
pemfile = args.recreate
560
print("recreate", pemfile)
561
names = get_altnames(pemfile)
562
- webroot = args.webroot or get_webroot(args.domain[0], args.apacheconf)
+ webroot = args.webroot or get_webroot(args.names[0], args.apacheconf)
563
print(f"cert for {altnames} webroot {webroot}")
564
mkcert(webroot, names)
565
0 commit comments