Last modified by Alexandru Pentilescu on 2024/07/22 21:37

From version 8.1
edited by Alexandru Pentilescu
on 2024/07/02 20:22
Change comment: There is no comment for this version
To version 7.1
edited by Alexandru Pentilescu
on 2023/06/25 18:45
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -45,17 +45,6 @@
45 45  Ultimately, the argument for or against using root access is mostly a philosophical one, rather than a technical one. There is no right or wrong answer to this question. Rather, each answer brings its own advantages and disadvantages to the table. What really matters is what you're more comfortable with using in the end.
46 46  Moreover, using a sudoers user rather than root is not inherently a guarantee for system safety either and should not be taken as a leeway for running suspicious executable files from the internet either, as privilege escalation bugs have existed in the Linux kernel since its own inception.
47 47  
48 -= Install the necessary utilities =
49 -Install docker, postfix and nginx, which are all utilities you will be using consistently, from this point on.
50 -
51 -Afterwards, install the certbot-plugin-gandi plugin to enable automatic certificate renewals using gandi. This may require you to install pip3 as well, first.
52 -
53 -One the plugin is installed, just do:
54 -
55 -{{code language="bash"}}
56 -certbot certonly --authenticator dns-gandi --dns-gandi-credentials /etc/letsencrypt/gandi/gandi.ini -n -d 'transistor.one,*.transistor.one' --agree-tos --email=alexandru.pentilescu@disroot.org
57 -{{/code}}
58 -
59 59  = Setting up an SMTP server =
60 60  This will be required for all the future things you will be doing on the server.
61 61