VirtualTam's bookmarks
120 bookmarks found
-
RabbitMQ - Password Hashing
2018-08-28 - https://www.rabbitmq.com/passwords.html
- https://stackoverflow.com/questions/41306350/how-to-generate-password-hash-for-rabbitmq-management-http-api
- https://gist.github.com/christianclinton/faa1aef119a0919aeb2e
- https://stackoverflow.com/questions/9594125/salt-and-hash-a-password-in-python
- https://docs.python.org/3/library/hashlib.html
- https://docs.python.org/3/library/base64.html
-
Crypto | Node.js v8.11.3 Documentation
2018-07-20 - https://stackoverflow.com/questions/8750780/encrypting-data-with-public-key-in-node-js
- https://www.w3schools.com/nodejs/ref_crypto.asp
- https://lollyrock.com/articles/nodejs-encryption/
- https://github.com/chris-rock/node-crypto-examples
- https://blog.patricktriest.com/building-an-encrypted-messenger-with-javascript/
- https://github.com/triestpa/Open-Cryptochat
-
OpenVPN Community Software
2018-05-24 - https://openvpn.net/index.php/open-source/documentation/miscellaneous/78-static-key-mini-howto.html
- https://openvpn.net/index.php/open-source/documentation/howto.html
- https://openvpn.net/index.php/open-source/documentation/miscellaneous/76-ethernet-bridging.html
- https://wiki.archlinux.org/index.php/OpenVPN
- https://wiki.archlinux.org/index.php/Easy-RSA
- https://wiki.debian.org/OpenVPN
-
-
How to Setup FileBeat with Basic Auth for LogStash Output? - Filebeat - Discuss the Elastic Stack
2018-01-12 - https://github.com/logstash-plugins/logstash-input-beats/issues/8
- https://www.elastic.co/guide/en/logstash/current/plugins-inputs-beats.html
- https://www.elastic.co/guide/en/beats/filebeat/master/config-filebeat-logstash.html
- https://www.elastic.co/guide/en/beats/filebeat/current/configuring-ssl-logstash.html
- https://www.gilesorr.com/blog/elkbeats-beats-secure.html
- https://discuss.elastic.co/t/beats-logstash-security-use-of-security-token-to-authenticate-clients/104981/4
- https://stackoverflow.com/questions/40341664/how-to-configure-logstash-and-filebeat-ssl-communication
-
SYNCHRONIZE MODULE IS BAD! AND YOU SHOULD FEEL BAD!
=> Use rsync in a command / shell task with SSH configuration / identities
-
- https://docs.ansible.com/ansible/latest/playbooks_conditionals.html#register-variables
- https://docs.ansible.com/ansible/latest/authorized_key_module.html
- https://stackoverflow.com/questions/25629933/ansible-copy-ssh-key-from-one-host-to-another#25644384
- https://stackoverflow.com/questions/35808649/ansible-accessing-register-variables-from-other-plays-within-same-playbook
- https://stackoverflow.com/questions/33896847/how-do-i-set-register-a-variable-to-persist-between-plays-in-ansible
- https://serverfault.com/questions/638507/how-to-access-host-variable-of-a-different-host-with-ansible
- https://github.com/ansible/ansible/issues/1934