Answer the question
In order to leave comments, you need to log in
What public key is needed?
To connect to the site of the payment system, the bank asks to send him a Publick key and a certificate file.
I generated them with the following commands and sent them to the bank:
openssl genrsa -out privkey.pem 2048
openssl req -new -key privkey.pem -out request.pem
Answer the question
In order to leave comments, you need to log in
https://certbot.eff.org/
choose your distribution, get your web server
configuration mana.
letsencrypt - will give you a trusted certificate, not a self-signed one.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question