Skip to content

Commit 4f4887e

Browse files
committed
doc: pem/crt
1 parent 79cc306 commit 4f4887e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/init.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ from alipay.utils import AliPayConfig
77
# Making sure your key file is adhered to standards.
88
# you may find examples at tests/certs/ali/ali_private_key.pem
99
app_private_key_string = open("yourPrivateKey.key").read()
10-
alipay_public_key_string = open("alipayPublicCert.crt").read()
10+
alipay_public_key_string = open("alipayPublicCert.pem").read()
1111

1212
alipay = AliPay(
1313
appid="",

docs/init.zh-hans.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ from alipay.utils import AliPayConfig
77
# 支付宝网页下载的证书不能直接被使用,需要加上头尾
88
# 你可以在此处找到例子: tests/certs/ali/ali_private_key.pem
99
app_private_key_string = open("yourPrivateKey.key").read()
10-
alipay_public_key_string = open("alipayPublicCert.crt").read()
10+
alipay_public_key_string = open("alipayPublicCert.pem").read()
1111

1212
alipay = AliPay(
1313
appid="",

0 commit comments

Comments
 (0)