summaryrefslogtreecommitdiff
path: root/BaseTools
diff options
context:
space:
mode:
authorSean Brogan <spbrogan@live.com>2019-07-16 13:58:33 +0800
committerLiming Gao <liming.gao@intel.com>2019-08-01 15:36:47 +0800
commit76912197fabec2603f6c206f087a84265f451b32 (patch)
tree1d5818e69d7c50b7e3e696c44eddadfff0da65b4 /BaseTools
parent05f8e85fa7d83222310e471c9a43a6d2ab532c95 (diff)
downloadedk2-76912197fabec2603f6c206f087a84265f451b32.zip
edk2-76912197fabec2603f6c206f087a84265f451b32.tar.gz
edk2-76912197fabec2603f6c206f087a84265f451b32.tar.bz2
BaseTools:replace the chinese quotation mark with unicode "
BZ:https://bugzilla.tianocore.org/show_bug.cgi?id=2013 chinese quotation mark are used in the file This patch is going to fix that issue. Cc: Bob Feng <bob.c.feng@intel.com> Cc: Liming Gao <liming.gao@intel.com> Signed-off-by: Zhiju.Fan <zhijux.fan@intel.com> Reviewed-by: Philippe Mathieu-Daude <philmd@redhat.com> Reviewed-by: Liming Gao <liming.gao@intel.com>
Diffstat (limited to 'BaseTools')
-rw-r--r--BaseTools/Source/Python/Pkcs7Sign/Readme.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/BaseTools/Source/Python/Pkcs7Sign/Readme.md b/BaseTools/Source/Python/Pkcs7Sign/Readme.md
index 5315b7f..a7b9caf 100644
--- a/BaseTools/Source/Python/Pkcs7Sign/Readme.md
+++ b/BaseTools/Source/Python/Pkcs7Sign/Readme.md
@@ -10,7 +10,7 @@ NOTE: Below steps are required for Windows. Linux may already have the OPENSSL e
set OPENSSL_HOME=c:\home\openssl\openssl-[version]
set OPENSSL_CONF=%OPENSSL_HOME%\apps\openssl.cnf
-When a user uses OpenSSL (req or ca command) to generate the certificates, OpenSSL will use the openssl.cnf file as the configuration data (can use “-config path/to/openssl.cnf” to describe the specific config file).
+When a user uses OpenSSL (req or ca command) to generate the certificates, OpenSSL will use the openssl.cnf file as the configuration data (can use "-config path/to/openssl.cnf" to describe the specific config file).
The user need check the openssl.cnf file, to find your CA path setting, e.g. check if the path exists in [ CA_default ] section.