Skip to content

usage case for using Miniconda on the Windows system #26

Open
@Ercilan

Description

@Ercilan
::Create virtual env. you can try other new version to eliminate certroot warnings about python version
conda create --name certbot python=3.7

::activate env, also works in bat file.
call C:\miniconda3\Scripts\activate.bat C:\miniconda3\envs\certbot3
::Note in particular the double quotes here
certbot certonly --authenticator=dns-aliyun --dns-aliyun-credentials="C:\path\to\credentials.ini" -d "*.example.com"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions