diff --git a/docs/generated/actions/match.md b/docs/generated/actions/match.md index 930d1640f..1c5ddabc8 100644 --- a/docs/generated/actions/match.md +++ b/docs/generated/actions/match.md @@ -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 "" -in "" -out "" -a -d +openssl aes-256-cbc -k "" -in "" -out "" -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.