Skip to content

Commit

Permalink
#1196 Update match manual decryption example
Browse files Browse the repository at this point in the history
  • Loading branch information
rogerluan authored Apr 24, 2023
2 parents e424cb2 + ef1549d commit da7358f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/generated/actions/match.md
Original file line number Diff line number Diff line change
Expand Up @@ -525,9 +525,11 @@ Please be careful when using this option and ensure the certificates and profile
If you want to manually decrypt a file you can.

```no-highlight
openssl aes-256-cbc -k "<password>" -in "<fileYouWantToDecryptPath>" -out "<decryptedFilePath>" -a -d
openssl aes-256-cbc -k "<password>" -in "<fileYouWantToDecryptPath>" -out "<decryptedFilePath>" -a -d -md [md5|sha256]
```

_**Note:** You may need to swap double quotes `"` for single quotes `'` if your match password contains an exclamation mark `!`._

#### Export Distribution Certificate and Private Key as Single .p12 File

_match_ stores the certificate (`.cer`) and the private key (`.p12`) files separately. The following steps will repackage the separate certificate and private key into a single `.p12` file.
Expand Down

0 comments on commit da7358f

Please sign in to comment.