Scale up as you grow — whether you're running one virtual machine or ten thousand.

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.

This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
Hi,
thank you for your tutorial! When i execute the first command, this error message appears:
Traceback (most recent call last): File “/usr/bin/add-apt-repository”, line 107, in <module> sp = SoftwareProperties(options=options) File “/usr/lib/python3/dist-packages/softwareproperties/SoftwareProperties.py”, line 122, in init self.sourceslist = SourcesList() File “/usr/lib/python3/dist-packages/aptsources/sourceslist.py”, line 273, in init self.matcher = SourceEntryMatcher(matcherPath) File “/usr/lib/python3/dist-packages/aptsources/sourceslist.py”, line 457, in init dist = DistInfo(f, base_dir=matcherPath) File “/usr/lib/python3/dist-packages/aptsources/distinfo.py”, line 261, in init component.set_description(_(value)) UnicodeDecodeError: ‘utf-8’ codec can’t decode byte 0xfc in position 17: invalid start byte
What’s wrong here? I have installed the current ubuntu version.
Greetings Rainer
Hello i have been trying to follow this guide but I’ve been having an issue. My final goal is to complete the Secure MQTT guide so i have to pass this stage. I have a free domain name from freenom with a .ml and configured DNS correctly as per the guide you have in Secure MQTT. The issue i have is when i execute the command sudo certbot certonly --standalone --preferred-challenges tls-sni -d example.com with my domain at the end (already opened 443 port on the firewall) but my output is
Saving debug log to /var/log/letsencrypt/letsencrypt.log
Plugins selected: Authenticator standalone, Installer None
Obtaining a new certificate
Performing the following challenges:
Client with the currently selected authenticator does not support any combination of challenges that will satisfy the CA.
Client with the currently selected authenticator does not support any combination of challenges that will satisfy the CA.
Is this because of the free domain or should i check something else.
Thanks in advance
This tutorial no longer works with the changes in certbot “–standalone tls-sni” due to changes in supported domain validation challenges.
https://community.letsencrypt.org/t/how-to-stop-using-tls-sni-01-with-certbot/83210
First you missed telling how and what to add in the renew script? What type of file will it be and what text/matter will it contain.
2nd, in the renew hook, what do we substitute this with “systemctl reload rabbitmq”? Do we use rabbitmq or we need to change it with some value from our own server?
Without these 2 things, this guide is incomplete.
The 18.04 instructions use the PPA but the Snap is now the recommended installation method and the PPA hasn’t been updated since 2019. It’d be nice to have migration instructions for that :)