Brian Hartvigsen
Brian Hartvigsen
Okay, I went poking again, and I think I've found the underlying issue, but not sure there is anything pip-autoremove can do about it. Looks like there are 2 different...
@lippertmarkus If you mean will the Synology automatically renew the certs, no. However, renewed certificates will be updated on the synology. If you want to do renewals on your synology,...
This does both issuance and renewal. No weird directory handling, it just uses the API for everything. Maybe an example is better then trying to explain :) ``` ash-4.3# acme.sh...
This module is designed where it can be run from any system, not just the Synology device itself, in line with what I believe acme.sh is attempting to accomplish. So...
Exit code 4 is a network error which I don't think is related to the form data itself. Also, the documentation for wget is just saying that it cannot create...
I've fixed the URL encoding issue for passwords, I'll open a PR for that shortly. I have confirmed there appears to be an issue using wget. Comparing differences between wget...
@JoJota and @tatablack both of your issues should be fixed by #2935 . Thank you for the reports. @JoJota I'm not entirely sure but I believe this is actually the...
@AtAM1 Please give some additional information. Are you attempting to run this on Synology NAS device or from a remote computer? If on a Synology NAS, what device and what...
I just tested master on the same virtual machine (DS3615sx running DSM 6.1.7) and had no issues: ``` tresni@testdsm:/$ sudo -i We trust you have received the usual lecture from...
> On sudo - if I run the command without sudo: A shell started with `sudo -i` is detected as using `sudo`. Doing `sudo su` is not. YMMV. > As...