How to read pem file using python
Sep 28, 2022
Import library Pem
import pem
private_key = pem.parse_file("private.pem")
secret_key_pem = bytes(str(private_key[0]), 'utf-8')
Import library Pem
import pem
private_key = pem.parse_file("private.pem")
secret_key_pem = bytes(str(private_key[0]), 'utf-8')
Distraction-free reading. No ads.
Organize your knowledge with lists and highlights.
Tell your story. Find your audience.
Read member-only stories
Support writers you read most
Earn money for your writing
Listen to audio narrations
Read offline with the Medium app