File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -7,12 +7,12 @@ Supported features:
77 * KSeF Certificate hosted on a HSM (e.g. YubiHSM, YubiKey, Google Cloud KMS).
88* Authentication using certificate and private key stored as PEM files on local hard disk.
99
10- ## CLI Usage
11-
1210``` commandline
1311pip3 install pyksef
1412```
1513
14+ ## CLI Usage
15+
1616### List available PKCS #11 tokens
1717Command:
1818``` bash
@@ -130,9 +130,8 @@ print(res)
130130### Authentication with private key on local disk
131131
132132``` python
133- from cryptography.x509 import load_pem_x509_certificate
134-
135133from pyksef import ksef_auth_xades, PEMPrivateKey, SubjectIdentifierType
134+ from pyksef.x509 import load_pem_x509_certificate
136135
137136PROD_API_BASE_URL = " https://api.ksef.mf.gov.pl/v2"
138137
You can’t perform that action at this time.
0 commit comments