Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lukebakken/vesc-1098
VESC-1098
https://github.com/lukebakken/vesc-1098
Last synced: 8 days ago
JSON representation
VESC-1098
- Host: GitHub
- URL: https://github.com/lukebakken/vesc-1098
- Owner: lukebakken
- License: unlicense
- Created: 2024-03-07T19:45:21.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-03-12T14:07:04.000Z (8 months ago)
- Last Synced: 2024-04-23T16:14:21.566Z (7 months ago)
- Language: Makefile
- Size: 59.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vesc-1098
VESC-1098## Encode
NOTE: You must encode the double-quotes!
```
rabbitmqctl encode '"grapefruit"' TEST1234Encrypting value ...
{encrypted,<<"UDGy/S25C1F8uG4PJjzm48TvQhse4GfCHp3XiUs680HlcXMTPMmFLUrXGU7yYxUb">>}
```## Certs
```
git clone https://github.com/rabbitmq/tls-gen.git
cd tls-gen# NOTE: certs for OpenLDAP are NOT password-protected
make -C basic CN=ldap-auth-backend# NOTE: certs for RabbitMQ are password-protected
make -C basic CN=rabbitmq PASSWORD=grapefruit gen-client# NOTE: we do not need any client certs
rm -vf basic/result/client_*.pem /path/to/vesc-1098/certscp -v basic/result/*.pem /path/to/vesc-1098/certs
```## LDAP queries
```
ldapsearch -x -b 'dc=example,dc=org' -H ldap://localhost:1389 -D 'cn=admin,dc=example,dc=org' -w adminpassword
```## Users
See "Configuration" here - https://hub.docker.com/r/bitnami/openldap/
* `user01` / `bitnami1`
* `user02` / `bitnami2`