A BPKI Certificate (also known as a client X.509 certificate) is a Digital certificate provided to identify the holder of such certificate while performing an online transaction. In the case of AFRINIC, the client certificate delivered will hold your NIC-HANDLE as Common Name (CN). AFRINIC BPKI certificate will be used to digitally certify Organisation members right to perform and access certain services online such as RPKI.
The enrolment of your certificate is a process by which your Digital Certificate is integrated into your browser to be automatically used for authentication purpose. The process of this integration is not the same for all browsers. The process pre-defined in the engine we use at AFRINIC is only compatible with Firefox. We are working to extend this to as many browsers as possible.
You must be an authorised contact of your organisation to obtain a BPKI certificate. If you are an Administrative contact of a Member Organisation you should send a mail to This email address is being protected from spambots. You need JavaScript enabled to view it. with proofs of your identity.
If you are a technical, billing, abuse or general contact, you will be asked to request a BPKI certificate that has to be approved by the Administrative contact of your Organisation.
Generally, you need to allow about 60 minutes between a validation of a certificate request and the reception of the related mail. If after 60 minutes you have not received the details, please:
If all the above are all positive, please contact service-support at afrinic.net.
A BPKI certificate, also known as a client X.509 certificate, is used to identify a user or a client. They are meant for authenticating a client to a server. In the case of AFRINIC, the client certificate delivered will hold your NIC-HANDLE as Common Name (CN). You must be an authorised contact of your organisation to obtain a BPKI certificate. A BPKI certificate is needed to access Resource Certification (RPKI) services.
To request a BPKI certificate, connect to https://my.afrinic.net and navigate to "My Account > BPKI".
If you are an administrative contact, you will have to send us your identification information:
Please send the above details to This email address is being protected from spambots. You need JavaScript enabled to view it. along with the required documents.
If you are a technical, billing, abuse or general contact, you will be asked to request a BPKI certificate by clicking on the "Request BPKI certificate" button.
Your request will be sent to all the Administrative contacts of your organisation. You need to follow up with them to know the status of your request.
An email is sent to all admin contacts of an organisation when a non-admin contact makes a BPKI request. Below is an example of an email sent to administrative contacts.
To accept a BPKI request made by non-admin contacts of the organisation, navigate to "My Account -> BPKI". The system will grant you access to this section only and only if you (as admin-contact ) already have a valid BPKI certificate. If not go back to step 2.1.
You can then accept or reject a BPKI request of somebody from your organisation.
Once your BPKI request has been approved either by the Hostmaster (for admin contacts) or by your organisation's administrative contact, you will receive an email like the one below:
To enrol your BPKI certificate you will have to connect to the External RA(Registration Authority) service.
Create a certificate from a CSR (manual process)
To be able to generate a key pair, you need to have OpenSSL installed. *nix platforms are usually bundled with OpenSSL, for Windows please visit click here
Instructions:
openssl req -out CSR.csr -new -newkey rsa:2048 -nodes -keyout privateKey.key
Please fill out the information requested for the CSR.
IMPORTANT
1) The Common Name (e.g. server FQDN or YOUR name) should be (i.e the username received in the invitation email)
2) You have just generated a private key for your BPKI certificate. Please keep it safe and back it up. In case the key is compromised, please send an email immediately to This email address is being protected from spambots. You need JavaScript enabled to view it. , we shall revoke your certificate.
3) You should leave the challenge password blank otherwise the system will ask for the challenge password everytime the certificate is used.
Make sure you select "PEM" and click on "Send Certificate Request". A certificate in pem format will be downloaded. Save it to the same folder as the CSR and private key generated under the name .pem.
Convert the PEM certificate into a PKCS#12 format (p12). To be able to do this, you will need to have the CA certificate of the client certificate. Copy and save the memberca certificate as "memberca.pem" under the same folder as above. And execute the following command:
openssl pkcs12 -export -out <NIC-HANDLE>.p12 -inkey privateKey.key -in <NIC-HANDLE>.pem -certfile memberca.pem
Output: your certificate in p12 format <NIC-HANDLE>.p12
'open' mycert.pfx
Open recognizes either the .pfx or .p12 extension and will open the keychain so you can import the certificate.
Import the certificate into your login keychain.
IMPORTANT
Even though you can import your certificate to a series of different browsers, the only currently supported browsers to access BPKI-restricted sections of MyAFRINIC are Chrome and Firefox.
Bravo! You now have a BPKI certificate installed in your browser and you can now securely authenticate yourself to MyAFRINIC.
No, AFRINIC BPKI certificate is attached to a username with access to https://my.afrinic.net and used to digitally certify the user’s rights to perform particular tasks and access certain services online such as RPKI.
The certificate cannot be used on a domain nor its respective sub-domains.
BPKI Certificates are valid for 2 years and when it expires, the ROAs will not be visible from MyAFRINIC.
In case your BPKI certificate has expired, kindly refer to the following FAQs:
openssl req -out CSR.csr -new -newkey rsa:2048 -nodes -keyout privateKey.key
openssl pkcs12 -export -out NICHNL-AFRINIC.p12 -inkey privateKey.key -in NICHNL-AFRINIC.pem -certfile memberca.pem.txt
The non-admin contact shall receive an email with the credentials approximately 30 minutes after the admin contact has approved.
Once the credentials received, non-admin contact can enrol BPKI certificate as instructed here
If you are a technical, billing, abuse or general contact, you will be asked to request a BPKI certificate by clicking on the "Request BPKI certificate" button.
Your request will be sent to all the Administrative contacts of your organisation. Only if the admin contact already has a valid BPKI certificate, the system will grant him access to accept the BPKI request made by non-admin contacts of the organisation. If this is not the case, ask the admin contact to proceed as instructed here.
To request a BPKI certificate, connect to https://my.afrinic.net and navigate to "My Account > BPKI".
I've successfully generated and installed my BPKI certificate in my browser however when trying to create ROAs, I still see the verification page below:
Restart your browser or computer. If the issue still persist, send an email to service-support at afrinic.net.