26.01.2017 · kyrofa pushed a commit to kyrofa/nextcloud-snap that referenced this issue on Jan 27, 2017. https: support custom certificates. 06f442a. This actually involved a bit of a rewrite of the `nextcloud.enable-https` script. Instead of using purely opaque options, it now uses subcommands with their own options and help output.
Jan 11, 2020 · Now change directories to the current nextcloud directory and install the custom SSL certificate. cd /var/snap/nextcloud/current/ sudo nextcloud.enable-https custom -s cert.pem key.pem chain.pem . Next, set up a virtual host for your nextcloud snap instance.
Apr 27, 2020 · sudo nextcloud.enable-https lets-encrypt. Once either of those commands complete, Apache will restart and you should be able to reach Nextcloud with the address: https://SERVER_IP
May 03, 2017 · Command run: sudo nextcloud.enable-https custom -s nextcloud.pem nextcloud.key nextcloud-intermediates.pem. Output: Installing custom certificate... done Restarting apache... error Certificates have been activated: using HTTPS only Certificates look to be in order: enabling HSTS AH00526: Syntax error on line 96 of /snap/nextcloud/1284/conf/ssl.conf:
I have a local server with nextcloud-snap in it and I use some nextcloud apps in my iphone but some of them are not working because of Apple's requirements for an SSL certificate, which does not apply to the self-signed certificate that ...
#nextcloud.enable-https custom -h Usage: nextcloud.enable-https custom [-h -s] < cert > < key > < chain > Use certificates generated by other means. Note that the files provided to this command must be readable by the snap, which means they must contained in one of four directory trees: - /var/snap/nextcloud/current - /var/snap/nextcloud/common - /root/snap/nextcloud/18885 - /root/snap ...
Aug 29, 2019 · Move all of the goodies into a specific directory: mv files.company.com* /var/snap/nextcloud/common #Run the below command to import the SSL, bind it to HTTPS, and enable HTTPS access. #nextcloud.enable-https custom <Public Cert> <Private Key> <Cert Chain> nextcloud.enable-https custom filename.crt filename.key filename.p7b At this point, your NextCloud server should begin responding with a SSL.
#nextcloud.enable-https custom -h Usage: nextcloud.enable-https custom [-h -s] < cert > < key > < chain > Use certificates generated by other means. Note that the files provided to this command must be readable by the snap, which means they must contained in one of four directory trees: - /var/snap/nextcloud/current - /var/snap/nextcloud/common - /root/snap/nextcloud/18885 - …
Enable HTTPS via self-signed certificates, Let's Encrypt, or custom certificates. HTTP will redirect to HTTPS. Non-custom certificates will automatically be ...