For excessively paranoid client authentication.
Organization & Common Name: Some human identifier for this server CA.
openssl genrsa -des3 -out ca.key 4096
openssl req -new -x509 -days 365 -key ca.key -out ca.crt
| Host dev | |
| HostName 127.0.0.1 | |
| User c3zi | |
| Host demo | |
| HostName 127.0.0.2 | |
| User c3zi | |
| Host test | |
| HostName 127.0.0.3 |
| <?php | |
| // composer require ramsey/uuid moontoast/math | |
| require_once 'vendor/autoload.php'; | |
| use Ramsey\Uuid\Codec\OrderedTimeCodec; | |
| use Ramsey\Uuid\Codec\TimestampFirstCombCodec; | |
| use Ramsey\Uuid\Generator\CombGenerator; | |
| use Ramsey\Uuid\UuidFactory; |
For excessively paranoid client authentication.
Organization & Common Name: Some human identifier for this server CA.
openssl genrsa -des3 -out ca.key 4096
openssl req -new -x509 -days 365 -key ca.key -out ca.crt
| # /etc/rabbitmq/rabbitmq.config | |
| # | |
| # Follow the instructions on RabbitMQ website to create certificate authority and certificates - | |
| # | |
| # http://www.rabbitmq.com/ssl.html | |
| # | |
| [ | |
| {rabbit, [ | |
| {tcp_listeners,[{"127.0.0.1",5672}]}, |