mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-02-20 17:52:50 +00:00
be explicit about digest algorithm
it changes from version to version
This commit is contained in:
parent
c8d355326a
commit
c55e2d141e
@ -462,7 +462,7 @@ jobs:
|
||||
# then you can re-generate ``secret-env-cipher`` locally using the
|
||||
# command:
|
||||
#
|
||||
# openssl aes-256-cbc -e -in secret-env-plain -out .circleci/secret-env-cipher -pass env:KEY
|
||||
# openssl aes-256-cbc -e -md sha256 -in secret-env-plain -out .circleci/secret-env-cipher -pass env:KEY
|
||||
#
|
||||
# Make sure the key is set as the KEY environment variable in the
|
||||
# CircleCI web interface. You can do this by visiting
|
||||
@ -475,9 +475,7 @@ jobs:
|
||||
# here:
|
||||
#
|
||||
|
||||
echo "Key: $KEY"
|
||||
|
||||
openssl aes-256-cbc -d -in .circleci/secret-env-cipher -pass env:KEY >> ~/secret-environment
|
||||
openssl aes-256-cbc -d -md sha256 -in .circleci/secret-env-cipher -pass env:KEY >> ~/secret-environment
|
||||
|
||||
# Now get it into the process environment.
|
||||
. ~/secret-environment
|
||||
|
Loading…
x
Reference in New Issue
Block a user