From cd2ccbde24f3c6657035da695e79162ec4205f7a Mon Sep 17 00:00:00 2001 From: Artem Date: Fri, 18 Mar 2022 18:04:20 +0300 Subject: [PATCH] fix cert --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 39291b83ee..31698c534d 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -390,8 +390,8 @@ jobs: name: Setup sign certificates command: | mkdir -p certs - echo "$CSC_P12_HEX" | xxd -r -p > certs/cert.p12 - echo "$WIN_CSC_PFX_HEX" | xxd -r -p > certs/redislabs_win.pfx + echo "$CSC_P12_BASE64" | base64 -id > certs/cert.p12 + echo "$WIN_CSC_PFX_BASE64" | base64 -id > certs/redislabs_win.pfx - persist_to_workspace: root: . paths: