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 4096I hereby claim:
To claim this, I am signing this object:
| #!/bin/bash | |
| mkdir -p /var/www/rbschange/repository/framework | |
| cd /var/www/rbschange/repository/framework | |
| git clone https://github.com/RBSChange/framework framework-x.y.z | |
| cd ../.. | |
| ln -s repository/framework/framework-x.y.z framework | |
| echo "default" > profile | |
| vi change.xml # put appropriate content | |
| vi change.properties # put appropriate content |
| <?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; |