OpenVPN / easy-rsa

easy-rsa - Simple shell based CA utility
Other
4k stars 1.19k forks source link

`inline`: Missing files should be commented out in new inline file #1210

Closed TinCanTech closed 1 month ago

TinCanTech commented 1 month ago

Example:

inline_file() {
<snip>
    else
        inline_incomplete=1
        key_data="\
# <key>
# Paste your private key here
# </key>"
    fi
<snip>
}