Skip to content

Commit 58b3538

Browse files
committed
hax
1 parent 2bf785d commit 58b3538

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

dags/nycmesh_generate_omni_cert.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,8 @@ def deploy_to_omni(ip, password, cert_path, priv_key_path):
108108

109109
for nn in in_scope_nn:
110110
print(f"Getting cert for {nn}")
111-
cert_path = f"/fullchain{nn}.pem"
112-
priv_key_path = f"/privkey{nn}.pem"
111+
cert_path = f"/tmp/fullchain{nn}.pem"
112+
priv_key_path = f"/tmp/privkey{nn}.pem"
113113
fqdn = f"{nn}.nn.mesh.nycmesh.net"
114114
generate_certbot_tsig_cert(fqdn, DNS_SERVER, TSIG_KEY_NAME, TSIG_KEY, cert_path, priv_key_path)
115115
deploy_to_omni(fqdn, Variable.get("Airflow_omni"), cert_path, priv_key_path)

0 commit comments

Comments
 (0)