LE Client saves certificates to other directories than /etc/letsencrypt/live

Hello. I have run the command as here Letsencrypt-auto certonly fails with KeyError: u’domain.tld’ and the certificates are always saved on the current directory. For example, if I do a “cd /home/jason/bla” then there are three files saved inside the “/home/jason/bla” directory, instead of the /etc/letsencrypt/live directory.

Why is this happening? How can I correct that? (It would be far better for me to have symlinks inside /etc/letsencrypt/live and manage those)

I also need to note that my git letsencrypt is saved on the directory: /opt/letsencrypt.

It puts them in the current directory when using a CSR, /etc/letsencrypt/live is only used by default for certs created with -d flags.