doubt help please

Discussion in 'Installation/Configuration' started by claro123, May 9, 2021.

  1. claro123

    claro123 New Member

    [​IMG]

    https://www.howtoforge.com/securing...server-with-a-valid-lets-encrypt-certificate/

    I am making this guide at the end where it says

    Add this (again, replace mail.example.com with the hostname you used) to the file:


    /root/.acme.sh/mail.example.com/ IN_MODIFY /etc/init.d/le_mailserver_restart.sh


    I just have to add this line and close the console. I'm sorry I'm new to this and I would like to know if I have to hit a key to save the line inserted in the console and I just have to paste the line and it saves itself, please help
     
  2. Th0m

    Th0m ISPConfig Developer Staff Member ISPConfig Developer

    Which text editor is this? I would recommend using nano, there is much documentation about it online.

    You should replace mail.example.com with the correct hostname.
     
  3. claro123

    claro123 New Member

    can you give me the command please i am only using the guide i mentioned
     
  4. Th0m

    Th0m ISPConfig Developer Staff Member ISPConfig Developer

    The command is mentioned in the guide. You can close nano with ctrl + X (type Y + enter to save).
     
  5. claro123

    claro123 New Member

    Excuse me, my English is not very good, I'm using the translator, I'll explain

    says incrontab -e then Add this (again, replace mail.example.com with the hostname you used) to the file:

    If I already changed the mail.example.com for my email domain but where I am confused is how I keep that added line since as I mentioned in the image above I do not know how to save, sorry I am new to this

    which key do I have to press to save in the keyboard and exit console
     
  6. Th0m

    Th0m ISPConfig Developer Staff Member ISPConfig Developer

    I have told you in my previous comment how to use nano. Have you set a different editor as default?
    Try installing nano:
    Code:
    apt install nano
     
    claro123 likes this.
  7. claro123

    claro123 New Member

    Thank you
    Th0m
     

Share This Page