This article details the steps to create an enterprise server seal certificate to perform document e-signature tests in Open Bee™ Portal Icon
In a production environment, it is strongly recommended to use at least an RGS* certificate issued by a certificate authority.
Example: http://www.chambersign.fr/certificat-cachet-serveur-negocio/
Prerequisites: openssl
Generating a Self-Signed Certificate
openssl req -x509 -nodes -days 365 -subj "/C=FR/ST=HAUTE-SAVOIE/L=ANNECY/CN=OPEN BEE FRANCE/OU=SERVICE ADMINISTRATIVE/O=OPEN BEE FRANCE" -newkey rsa:1024 -keyout openbee.pem -out openbee.pem
Converting .pem to .p12
openssl pkcs12 -export -in openbee.pem -out openbee.p12 -name "OPEN BEE FRANCE"
The openbee.p12 file can be used in Open Bee™ Portal together with the password you entered when you created it.