Hey guys,
I have had Univention up and running for a while running owncloud for me. I have the letsencrypt app doing the certificate for me. All was great but my certificate expired now I’m not sure how to proceed.
Univention: 4.4-2 errata291
Owncloud: 10.2.1-1
Letsencrpyt: 1.2.2-8
root@ucs:~# ucr unset apache2/force_https
Unsetting apache2/force_https
File: /etc/apache2/mods-available/ssl.conf
root@ucs:~# /usr/share/univention-letsencrypt/setup-letsencrypt
run-parts: executing /etc/univention/letsencrypt/setup.d//apache2
run-parts: executing /etc/univention/letsencrypt/setup.d//dovecot
run-parts: executing /etc/univention/letsencrypt/setup.d//postfix
Setting mail/postfix/ssl/key
Setting mail/postfix/ssl/certificate
Setting mail/postfix/ssl/cafile
Multifile: /etc/postfix/main.cf
Fri Sep 27 07:35:17 MDT 2019
Refreshing certificate for following domains:
https://****.net #my domain properly inserted here
Parsing account key...
Parsing CSR...
Traceback (most recent call last):
File "/usr/share/univention-letsencrypt/acme_tiny.py", line 197, in <module>
main(sys.argv[1:])
File "/usr/share/univention-letsencrypt/acme_tiny.py", line 193, in main
signed_crt = get_crt(args.account_key, args.csr, args.acme_dir, log=LOGGER, CA=args.ca, disable_check=args.disable_check, directory_url=args.directory_url, contact=args.contact)
File "/usr/share/univention-letsencrypt/acme_tiny.py", line 90, in get_crt
out = _cmd(["openssl", "req", "-in", csr, "-noout", "-text"], err_msg="Error loading {0}".format(csr))
File "/usr/share/univention-letsencrypt/acme_tiny.py", line 28, in _cmd
raise IOError("{0}\n{1}".format(err_msg, err))
IOError: Error loading /etc/univention/letsencrypt/domain.csr
unable to load X509 request
140159853314112:error:0906D06C:PEM routines:PEM_read_bio:no start line:../crypto /pem/pem_lib.c:686:Expecting: CERTIFICATE REQUEST
I did notice that /etc/univention/letsencrypt/domain.csr
is empty
Thanks for any help and sorry for the dumb question