Skip to content

Commit

Permalink
Fix pki-artifacts-save.sh
Browse files Browse the repository at this point in the history
The pki-artifacts-save.sh has been updated to archive the config
files from the actual conf folder.
  • Loading branch information
edewata committed Jun 6, 2024
1 parent e6966dc commit b3135c7
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions tests/bin/pki-artifacts-save.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,8 @@ docker exec $NAME ls -la /etc/pki
mkdir -p $OUTPUT/etc/pki
docker cp $NAME:/etc/pki/pki.conf $OUTPUT/etc/pki

docker exec $NAME ls -la /var/lib/pki/$INSTANCE/conf
mkdir -p $OUTPUT/var/lib/pki/$INSTANCE/conf
docker cp $NAME:/var/lib/pki/$INSTANCE/conf/* $OUTPUT/var/lib/pki/$INSTANCE/conf
docker exec $NAME ls -la /etc/pki/$INSTANCE
docker cp $NAME:/etc/pki/$INSTANCE $OUTPUT/etc/pki

docker exec $NAME ls -la /var/log/pki
mkdir -p $OUTPUT/var/log
Expand Down

0 comments on commit b3135c7

Please sign in to comment.