Skip to content

Commit 145dc5c

Browse files
committed
fix
1 parent 4317ad1 commit 145dc5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

custom-domain/dstack-ingress/scripts/certman.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ def _build_certbot_command(self, action: str, domain: str, email: str) -> List[s
112112
self.provider.CERTBOT_CREDENTIALS_FILE
113113
)
114114
if os.path.exists(credentials_file):
115-
base_cmd.extend([f"--{plugin}-credentials", credentials_file])
115+
base_cmd.extend([f"--{plugin}-credentials={credentials_file}"])
116116

117117
if action == "certonly":
118118
base_cmd.extend(

0 commit comments

Comments
 (0)