Skip to content

Commit

Permalink
inline: Comment out missing files and add instructions for rebuilding
Browse files Browse the repository at this point in the history
Signed-off-by: Richard T Bonhomme <[email protected]>
  • Loading branch information
TinCanTech committed Aug 11, 2024
1 parent 2d99a88 commit f0e9077
Showing 1 changed file with 18 additions and 9 deletions.
27 changes: 18 additions & 9 deletions easyrsa3/easyrsa
Original file line number Diff line number Diff line change
Expand Up @@ -2962,9 +2962,12 @@ $(cat "$crt_source")
else
inline_incomplete=1
crt_data="\
<cert>
* Paste your user certificate here *
</cert>"
# When you recieve your signed certificate place it in the
# 'pki/issued' sub-dir of your PKI and use command 'inline'
# to rebuild this inline file with your certificate.
# <cert>
# * Paste your user certificate here *
# </cert>"

crt_fingerprint=unknown
crt_type=unknown
Expand All @@ -2980,9 +2983,12 @@ $(cat "$key_source")
else
inline_incomplete=1
key_data="\
<key>
* Paste your private key here *
</key>"
# When you recieve your key place it in the
# 'pki/private' sub-dir of your PKI and use command 'inline'
# to rebuild this inline file with your key.
# <key>
# * Paste your private key here *
# </key>"
fi

# CA certificate
Expand All @@ -2994,9 +3000,12 @@ $(cat "$ca_source")
else
inline_incomplete=1
ca_data="\
<ca>
* Paste your CA certificate here *
</ca>"
# When you recieve your CA certificate place it in the
# 'pki' sub-dir of your PKI and use command 'inline'
# to rebuild this inline file with your CA certificate.
# <ca>
# * Paste your CA certificate here *
# </ca>"
fi

# Print data
Expand Down

0 comments on commit f0e9077

Please sign in to comment.