Skip to content

Commit

Permalink
sync
Browse files Browse the repository at this point in the history
  • Loading branch information
arun-babu committed Feb 5, 2020
1 parent 7bbc5b5 commit d0976a3
Show file tree
Hide file tree
Showing 5 changed files with 34 additions and 134 deletions.
10 changes: 5 additions & 5 deletions www/certificate-info.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@ HTTP response code:
403
If access is denied.

Using pyIUDX SDK:
Using pyIUDX SDK:

from pyIUDX.auth import auth
from pyIUDX.auth import auth

iudx_auth = auth.Auth("certificate.pem","private-key.pem")

iudx_auth = auth.Auth("certificate.pem","private-key.pem")

iudx_auth.get_certificate_info()
iudx_auth.get_certificate_info()

CURL example:

Expand Down
Loading

0 comments on commit d0976a3

Please sign in to comment.