Copy certificate from master to slaves
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

6 lines
230 B

  1. @echo off
  2. if "%1" == ":easy:" (
  3. python %~dp0copy_cert.py "C:\ProgramData\win-acme\pem\rlbrhost.ddns.net-chain.pem" "C:\ProgramData\win-acme\pem\rlbrhost.ddns.net-key.pem" "/jffs/etc"
  4. ) else (
  5. python %~dp0copy_cert.py %*
  6. )