master
cn.yimian.xyz 4 years ago
parent 41b5643be2
commit 22ff6b6ac3
  1. 13
      Dockerfile
  2. 7176
      acme.sh
  3. 2
      ini.sh

@ -0,0 +1,13 @@
FROM centos:7
MAINTAINER iotcat (i@iotcat.me)
COPY acme.sh /
RUN yum -y install crontabs openssl socat openssl
RUN chmod +x /acme.sh
WORKDIR /
CMD /acme.sh --cron --home "/root/.acme.sh"

7176
acme.sh

File diff suppressed because it is too large Load Diff

@ -0,0 +1,2 @@
#!/bin/bash
curl https://get.acme.sh | sh
Loading…
Cancel
Save