Skip to content

Commit

Permalink
renew: Remove unnecessary attempt to create new inline file
Browse files Browse the repository at this point in the history
Command 'renew' has inline files rebuilt when command 'sign-req' is called.

Signed-off-by: Richard T Bonhomme <[email protected]>
  • Loading branch information
TinCanTech committed Sep 22, 2024
1 parent dae4481 commit 7379f30
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions dev/easyrsa-tools.lib
Original file line number Diff line number Diff line change
Expand Up @@ -856,19 +856,6 @@ The inline credentials files:
die "Renewal has failed to build a new certificate."
fi

# inline it
# Over write existing because renew is successful
if inline_creds "$file_name_base" > "$inline_in"
then
notice "\
Inline file created:
* $inline_in"
else
warn "\
INCOMPLETE Inline file created:
* $inline_in"
fi

# Success messages
notice "\
Renew was successful.
Expand Down

0 comments on commit 7379f30

Please sign in to comment.