The full domain name of your site:
cloud.hixfamily.us
cloud.hixfamilyreunion.com
www.hixfamily.us
www.hixfamilyreunion.com
the command line you ran:
Lots, but Most recent was
$ sudo letsencrypt renew --dry-run
the output of that command
Processing /etc/letsencrypt/renewal/cloud.hixfamily.us.conf
2018-01-09 20:03:13,415:WARNING:letsencrypt.cli:Renewal configuration file /etc/letsencrypt/renewal/cloud.hixfamily.us.conf is broken. Skipping.
** DRY RUN: simulating ‘letsencrypt renew’ close to cert expiry
** (The test certificates below have not been saved.)
No renewals were attempted.
Additionally, the following renewal configuration files were invalid:
/etc/letsencrypt/renewal/cloud.hixfamily.us.conf (parsefail)
** DRY RUN: simulating ‘letsencrypt renew’ close to cert expiry
** (The test certificates above have not been saved.)
0 renew failure(s), 1 parse failure(s)
name and version of your operating system and your web server
Ubuntu 16.04 LTS / Web Server is Apache2
what type of hosting provider you are using:
I am hosting from VMs on an ESXi Appliance
So, I swear that I have made every attempt to not waste anyone time by googling the heck out of this. I have very rarely ever had to resort to forums for assistance because 999 times out of 1K someone else (or many different someones) have had a similar enough issue to send me in the right direction.
I am VERY low in my skill level with Linux mainly due to my poor programming background. Though I am a tech in Windows networks by trade so I am good at getting the concepts down, but I will need some help with the syntax of most commands.
So enough with the intro…
I had just finished setting up an ownCloud 10 server, and integrated it with my Windows Server 2012 R2 DC. I needed to make some ‘logical’ changes to the location of one of my OUs, not realizing (more ‘forgetting’) that the user account that owncloud was using to connect to my directory was being moved. So this broke … well EVERYTHING having to do with user accounts. I researched for days and came up with nothing other than to do essentially a ‘paint job’ over the cracks instead of fixing anything. So I turned to the forums, created this Post:
https://central.owncloud.org/t/i-think-i-broke-my-owncloud-10-0-3-stable-on-debian-9/11020
Plenty of lookers, but no takers
So, I researched further and came across nextCloud. Felt that starting fresh with a better version of what I had was the best way to go at this point. So after installing the server using this Guide:
https://bayton.org/docs/nextcloud/installing-nextcloud-on-ubuntu-16-04-lts-with-redis-apcu-ssl-apache/
and of course:
https://docs.nextcloud.com/server/12/admin_manual/installation/source_installation.html
I finally got the point of encrypting the web server… and here we are a week and half later.
I cannot for the life of me figure this stuff out. So using this below:
Moving and merging certs from Server A to B
and
Migrating to a new server - need to move letsencrypt
I booted both servers up using two different IPs on my network, since the router is pointing to x.x.x.15 for web hosting, I left the old server with that IP (also not sure what else it would break if I change the IP while it was running, and other than the username and duplicate user issues… it still works fine) and the new server is set with x.x.x.25.
Using the scp command, copied the entire letsencrypt to my new server admin user’s home drive. Then:
$sudo cp -r letsencrypt/ /etc/
then ran the command --dry-run
But before I did this, I did attempt to revoke the license (and help me out here… never hosted my own websites so this is all new to me too… this is LITERALLY my first time transferring a SSL) using the guide located at:
https://letsencrypt.org/docs/revoking/
and it seem to have worked. but I think i have a cron job that renews it … which I guess I could be disabled, but I would have to google how to do that… lol.
Anyways… Please help me transfer my certificates from the old web server to my new one, let me know what I need to do and I will do it.
Thanks again for reading that mess up there too btw