Monitoring

Influxdb dashboard (v2.7.8) and admin

Write data Query data Visualize data Process Data Monitor & alert Tools & integrations Administer InfluxDB InfluxDB HTTP API Reference First check out version installed Lets do the tutorial at InfluxDB OSS v2 Documentation (influxdata.com) Write data We write data with Python for this test code at linux-and-azure/azure-extra-linux-vm/influxdb-telegraf/README.md at main · spawnmarvel/linux-and-azure · GitHub Example […]

, , ,

Influxdb dashboard (v2.7.8) and admin Read Post »

Docker RabbitMQ

Docker rabbitmq x2 ssl Certificate Authority PKI

repos learning-docker/prod-ish/rmq/rmq-x2-ssl at main · spawnmarvel/learning-docker (github.com) Generate CA Server’s (client) certificate and files Let’s test the compose before we make the next certificate and use it. Client is 15672, view logs to see if it loaded all yes, good. Server is 15673,view logs to see if it loaded all and also the rabbitmq_auth_mechanism_ssl was

, , ,

Docker rabbitmq x2 ssl Certificate Authority PKI Read Post »

Docker

Docker compose ssl

Inspiration dockerfile – generate a self signed certificate in docker – Stack Overflow Repos learning-docker/1-getting-started-guide/rmq5-portainer-ssl at main · spawnmarvel/learning-docker · GitHub Lets test the ssl script first, since we know that rmq and portainer works. All files are moved Files How about that?! Now we need to copy the cert and edit the Dockerfile and

, ,

Docker compose ssl Read Post »

Todo & Move

AMQP, MQTT RabbitMQ configuration with Python

GitHub – lukebakken/mqtt-client-cert-example: Example showing use of client certificates with MQTT and RabbitMQ mqtt in a nutshell quickguides/python-mqtt/README.MD at main · spawnmarvel/quickguides · GitHub Example run_pub_sensor1.py Publish * myhome/livingroom/temperature/sensor1 RabbitMQ subscribe to: * myhome.livingroom.# * myhome.livingroom.temperature.# * myhome.livingroom.temperature.sensor1. RabbitMQ queue Message Python March 21, 2023 · 24 min read Serving Millions of Clients with Native MQTT |

, , , ,

AMQP, MQTT RabbitMQ configuration with Python Read Post »

Uncategorized

WordPress http 2 https then certbot and Let’s encrypt

Combine this, first apache and DNS, then make cert and add cert path to apache. This this within Azure, is it trusted or not? azure-ansible/6-apache/readme.md at main · spawnmarvel/azure-ansible · GitHub If above is trusted, then install LAMP and WordPress https://github.com/spawnmarvel/azure-ansible/tree/main/5-wordpress Na, can use lets encrypt for private domain…..

WordPress http 2 https then certbot and Let’s encrypt Read Post »

Linux

Apache: Generate CSR (Certificate Signing Request)

Apache: Generate CSR (Certificate Signing Request) | SSL Certificates – GoDaddy Help GB openssl req -new -newkey rsa:2048 -nodes -keyout yourdomain.key -out yourdomain.csr Replace yourdomain with the domain name you’re securing. For example, if your domain name is coolexample.com, you would type coolexample.key and coolexample.csr. Open the CSR in a text editor and copy all

,

Apache: Generate CSR (Certificate Signing Request) Read Post »

Linux

Apache az DNS and self signed certificate

Create a VM with ansible and configure a DNS Make Az DNS: public-ip12 | Configuration Choose the same as the VM name Follow this guide up to step 3 WordPress HTTPS (self-signed) and WP API Use this in the certificate as CN vm-uksqa13.uksouth.cloudapp.azure.com Up to step http http://20.77.73.218 = Apache2 Default Pagehttp://vm-uksqa13.uksouth.cloudapp.azure.com/ = Apache2 Default

Apache az DNS and self signed certificate Read Post »

Linux

WP HTTP, then move to HTTPS (IP)

Install wordpress with http, then update to https How to Install WordPress on Ubuntu 22.04 LTS Server How to Install WordPress on Ubuntu 22.04 LTS Server – Linux Shout (how2shout.com) Added a theme, a category and a post How To Create a Self-Signed SSL Certificate for Apache in Ubuntu 22.04 https://www.digitalocean.com/community/tutorials/how-to-create-a-self-signed-ssl-certificate-for-apache-in-ubuntu-22-04 HTTPS for WordPress –

WP HTTP, then move to HTTPS (IP) Read Post »

Scroll to Top