Revize 9e6f791a
Přidáno uživatelem Jan Pašek před asi 4 roky(ů)
src/services/cryptography.py | ||
---|---|---|
126 | 126 |
# reference in openssl req command using -extensions option. |
127 | 127 |
extensions += "\n"+CA_EXTENSIONS |
128 | 128 |
if len(config) == 0: |
129 |
config += MINIMAL_CONFIG_FILE+"[ " + SSCRT_SECTION + " ]"+"\n"+extensions
|
|
129 |
config += MINIMAL_CONFIG_FILE |
|
130 | 130 |
config += "\n[ " + SSCRT_SECTION + " ]" + "\n" + extensions |
131 | 131 |
|
132 | 132 |
with TemporaryFile("openssl.conf", config) as conf_path: |
Také k dispozici: Unified diff
Re #8571 - Fixed problems during walk-through code review