Skip to content

Commit

Permalink
installer: Remove mention to keylime.conf
Browse files Browse the repository at this point in the history
Use the default values for all options.

Signed-off-by: Anderson Toshiyuki Sasaki <ansasaki@redhat.com>
  • Loading branch information
ansasaki committed Oct 17, 2022
1 parent 2eee738 commit af36199
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion installer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,7 @@ echo "==========================================================================
mkdir -p /etc/keylime
mkdir -p config
pushd scripts
python3 convert_config.py --input ../keylime.conf --out ../config
python3 convert_config.py --defaults --out ../config
popd

for comp in "agent" "verifier" "tenant" "registrar" "ca" "logging"; do
Expand Down

0 comments on commit af36199

Please sign in to comment.