mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-11 20:12:58 +00:00
black style tweaks: manually added commas etc to tweak formatting
This commit is contained in:

committed by
Erik Sundell

parent
fe3968efe0
commit
a582c24e19
@@ -45,18 +45,13 @@ distinguished_name = req_distinguished_name
|
||||
"openssl",
|
||||
"req",
|
||||
"-new",
|
||||
"-newkey",
|
||||
"rsa:2048",
|
||||
"-days",
|
||||
"365",
|
||||
"-newkey=rsa:2048",
|
||||
"-days=365",
|
||||
"-nodes",
|
||||
"-x509",
|
||||
"-subj",
|
||||
"/C=XX/ST=XX/L=XX/O=generated/CN=generated",
|
||||
"-keyout",
|
||||
pem_file,
|
||||
"-out",
|
||||
pem_file,
|
||||
"-subj=/C=XX/ST=XX/L=XX/O=generated/CN=generated",
|
||||
f"-keyout={pem_file}",
|
||||
f"-out={pem_file}",
|
||||
]
|
||||
)
|
||||
# Restrict access to the file
|
||||
|
Reference in New Issue
Block a user