# allinssl **Repository Path**: ckorig/allinssl ## Basic Information - **Project Name**: allinssl - **Description**: 开源免费的 SSL 证书自动化管理平台 一键自动化申请、续期、部署、监控所有 SSL/TLS 证书,支持跨云环境和多 CA (coding~),告别繁琐配置和高昂费用。 来源 https://github.com/allinssl/allinssl - **Primary Language**: Shell - **License**: AGPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-05-18 - **Last Updated**: 2025-06-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Allinssl #### 介绍 开源免费的 SSL 证书自动化管理平台 一键自动化申请、续期、部署、监控所有 SSL/TLS 证书,支持跨云环境和多 CA (coding~),告别繁琐配置和高昂费用。 来源 https://github.com/allinssl/allinssl #### 软件 ![Allinssl](./pic/allinssl.png) #### 安装教程 ```bash # cat docker-compose.yaml services: allinssl: image: allinssl/allinssl:latest #image: harbor.egrant.cn/irisbase/allinssl:latest container_name: allinssl ports: - "7979:8888" volumes: - ./data:/www/allinssl/data - /etc/localtime:/etc/localtime:ro environment: - ALLINSSL_USER=itops - ALLINSSL_PWD=iris.c0m - ALLINSSL_URL=allinssl networks: - allinssl_network restart: always networks: allinssl_network: driver: bridge ``` #### 参与贡献 1. Fork 本仓库 2. 新建 Feat_xxx 分支 3. 提交代码 4. 新建 Pull Request #### 特技 1. 使用 Readme\_XXX.md 来支持不同的语言,例如 Readme\_en.md, Readme\_zh.md 2. Gitee 官方博客 [blog.gitee.com](https://blog.gitee.com) 3. 你可以 [https://gitee.com/explore](https://gitee.com/explore) 这个地址来了解 Gitee 上的优秀开源项目 4. [GVP](https://gitee.com/gvp) 全称是 Gitee 最有价值开源项目,是综合评定出的优秀开源项目 5. Gitee 官方提供的使用手册 [https://gitee.com/help](https://gitee.com/help) 6. Gitee 封面人物是一档用来展示 Gitee 会员风采的栏目 [https://gitee.com/gitee-stars/](https://gitee.com/gitee-stars/)