Skip to content

Commit

Permalink
Handle new encrypted client certificates in Data Protector 10.80 and
Browse files Browse the repository at this point in the history
later
  • Loading branch information
sebastian-koehler committed Dec 22, 2020
1 parent 2909b64 commit 5a4c0b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions usr/share/rear/finalize/DP/default/500_restore_ssc.sh
Expand Up @@ -13,8 +13,8 @@
test -s /etc/opt/omni/client/ssconfig || return 0

local sscpath=/etc/opt/omni/client/sscertificates
local certfile=$sscpath/localhost_cert.pem
local keyfile=$sscpath/localhost_key.pem
local certfile=$sscpath/localhost_cert.*
local keyfile=$sscpath/localhost_key.*

# Nothing to do when the certificate files already exist in the recreated system:
test -s $TARGET_FS_ROOT/$certfile -a -s $TARGET_FS_ROOT/$keyfile && return 0
Expand Down

0 comments on commit 5a4c0b9

Please sign in to comment.