// Description : Example of alternative configuration file for TCPDF. // This file is part of TCPDF software library. // TCPDF is free software: you can redistribute it and/or modify it // under the ...
- To create self-signed signature: openssl req -x509 -nodes -days 365000 -newkey rsa:1024 -keyout tcpdf.crt -out tcpdf.crt - To export crt to p12: openssl pkcs12 -export -in tcpdf.crt -out tcpdf.p12 - ...