--
--
Você recebeu esta mensagem porque está inscrito no Grupo "NFePHP".
Para Postar: nfe...@googlegroups.com
Para Sair do Grupo: nfephp+un...@googlegroups.com
Link: http://groups.google.com.br/group/nfephp?hl=pt-BR
-------
Repositórios: https://github.com/nfephp-org
---
You received this message because you are subscribed to the Google Groups "NFePHP" group.
To unsubscribe from this group and stop receiving emails from it, send an email to nfephp+un...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/nfephp/449dcb06-bcfd-4744-b3ff-f47c6060680dn%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/nfephp/CABBmv6h%3DCaUY7VYELMR5ug2%2BT6wa3E9GP%3D98ysx1ZHNjdYBLOQ%40mail.gmail.com.
sed -i '/^default = default_sect/a legacy = legacy_sect' /etc/ssl/openssl.cnf
sed -i '/^\[default_sect\]/a activate = 1' /etc/ssl/openssl.cnf
printf "[legacy_sect]\nactivate = 1" >> /etc/ssl/openssl.cnf
--
--
Você recebeu esta mensagem porque está inscrito no Grupo "NFePHP".
Para Postar: nfe...@googlegroups.com
Para Sair do Grupo: nfephp+un...@googlegroups.com
Link: http://groups.google.com.br/group/nfephp?hl=pt-BR
-------
Repositórios: https://github.com/nfephp-org
---
You received this message because you are subscribed to the Google Groups "NFePHP" group.
To unsubscribe from this group and stop receiving emails from it, send an email to nfephp+un...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/nfephp/40dfef84-45b7-4f7d-b967-1665064d7a4cn%40googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/nfephp/CAF4LhzeLvepBxhZpN_WNy6eYfnh9cFS7Xy6zi6vNP7Yu8f3sgw%40mail.gmail.com.
openssl pkcs12 -legacy -info -in certificado.pfx -out certificado.pem -nodes
openssl pkcs12 -export \
-inkey certificado.pem \
-in certificado.pem \
-out novo_certificado.pfx \
-certpbe AES-256-CBC \
-keypbe AES-256-CBC \
-passout pass:sua_senha