Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
Amygos committed Sep 12, 2024
1 parent a884501 commit 54679e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion imageroot/actions/upload-certificate/23export_certificates
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ result = subprocess.run(

subject = result.stdout
domain = {
"main": subject.split("\n")[0].split("CN=")[1],
"main": f'{subject.split("\n")[0].split("CN=")[1]}',
}

# save the certificate and key in redis
Expand Down

0 comments on commit 54679e8

Please sign in to comment.