Przeglądaj źródła

Email certificate

Bob Mottram 11 lat temu
rodzic
commit
310d49c988
1 zmienionych plików z 9 dodań i 3 usunięć
  1. 9
    3
      beaglebone.txt

+ 9
- 3
beaglebone.txt Wyświetl plik

1328
 
1328
 
1329
 #+BEGIN_SRC: bash
1329
 #+BEGIN_SRC: bash
1330
 /etc/init.d/saslauthd start
1330
 /etc/init.d/saslauthd start
1331
-editor exim-gencert
1331
+editor /usr/bin/exim-gencert
1332
 #+END_SRC
1332
 #+END_SRC
1333
 
1333
 
1334
 #+BEGIN_SRC: bash
1334
 #+BEGIN_SRC: bash
1413
 Save and exit
1413
 Save and exit
1414
 
1414
 
1415
 #+BEGIN_SRC: bash
1415
 #+BEGIN_SRC: bash
1416
-chmod +x exim-gencert
1417
-./exim-gencert
1416
+chmod +x /usr/bin/exim-gencert
1417
+exim-gencert
1418
 #+END_SRC
1418
 #+END_SRC
1419
 
1419
 
1420
 This will generate the certificate used for email authentication.  You will be asked for various details, the most important of which is the server name, which should be your domain name.
1420
 This will generate the certificate used for email authentication.  You will be asked for various details, the most important of which is the server name, which should be your domain name.
6694
 chmod 600 /etc/ircd-hybrid/key/ircd.pem
6694
 chmod 600 /etc/ircd-hybrid/key/ircd.pem
6695
 #+END_SRC
6695
 #+END_SRC
6696
 
6696
 
6697
+Regenerate email certificate.
6698
+
6699
+#+BEGIN_SRC: bash
6700
+exim-gencert
6701
+#+END_SRC
6702
+
6697
 As an added precaution you may wish to regenerate your ssh host keys:
6703
 As an added precaution you may wish to regenerate your ssh host keys:
6698
 
6704
 
6699
 #+BEGIN_SRC: bash
6705
 #+BEGIN_SRC: bash