Skip to main content

Posts

Showing posts from December 10, 2018

Go Router

Go Router In this post, We will define router for our project and we will understand how router work in Go programming language. Please write comments if you find anything incorrect, or you want to share more information about the topic discussed above. 

Decode Pem Certificate Python

Decode Pem Certificate Python In this post, we will learn how to decode certificate (pem file) in python. Below python code is using pyasn1 library to read certificate pem version and parsing it into asn1 as per rfc2459 spec. from pyasn1_modules import pem, rfc2459 from pyasn1.codec.der import decoder substrate = pem.readPemFromFile(open('cert.pem')) cert = decoder.decode(substrate, asn1Spec=rfc2459.Certificate())[0] print(cert.prettyPrint()) Please write comments if you find anything incorrect, or you want to share more information about the topic discussed above.

Uttar Pradesh Basic Education Board (UPBEB) Recruitment

Uttar Pradesh Basic Education Board Recruitment     Uttar Pradesh Basic Education Board  has released a notification for the post of   Assistant Teacher. Company Name UPBEB Post Name    Assistant Teacher State Uttar Pradesh Salary Rs. NA Number of Vacancy 69,000 Eligibility UPTET/CTET Last Date 20-12-2018 Application Details Job Notification Apply Online Job Application Uttar Pradesh Basic Education Board (UPBEB)  Recruitment   Government Jobs in Uttar Pradesh Please write comments if you find anything incorrect, or you want to share more information about the topic discussed above.