An ACME client designed to obtain publicly-trusted SSL/TLS certificates for internal resources.
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at main 39 lines 316 B view raw
1# Binaries 2acme-lantern 3*.exe 4*.dll 5*.so 6*.dylib 7 8# Test binaries 9*.test 10 11# Coverage 12*.out 13 14# Go workspace 15go.work 16go.work.sum 17 18# Config files with secrets 19config.yaml 20*.key 21*.pem 22 23# Certificate storage and data 24data/ 25certs/ 26private/ 27account/ 28 29# IDE 30.claude/ 31.vscode/ 32.idea/ 33*.swp 34*.swo 35*~ 36 37# OS 38.DS_Store 39Thumbs.db