Attention: this is the key used to sign the certificate requests, anyone holding this can sign certificates on your behalf. So keep it in a safe place!
openssl genrsa -des3 -out rootCA.key 4096
<?php | |
/** | |
* @author Nicolas Clavaud <[email protected]> | |
* http://n.clavaud.free.fr/blog/index.php?article31/symfony2-standalone-form-component-tutorial | |
*/ | |
namespace Me\MyApp; | |
use Symfony\Component\ClassLoader\UniversalClassLoader; |