Skip to content

Commit

Permalink
Also create NethServer.crt for nethcti-server
Browse files Browse the repository at this point in the history
  • Loading branch information
Stell0 committed Oct 12, 2023
1 parent d19ebfd commit 657f31e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nethcti-server/usr/local/bin/import-certificate
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,5 @@ if [ -f "${dest}"/NethServer.pem ] && diff -q server.pem "${dest}"/NethServer.pe
fi

install -o root -g root -m 444 server.pem "${dest}"/NethServer.pem
install -o root -g root -m 444 server.pem "${dest}"/NethServer.crt
install -o root -g root -m 444 server.key "${dest}"/NethServer.key

0 comments on commit 657f31e

Please sign in to comment.