1 Star 0 Fork 0

kmust/rabbitmq-auth-mechanism-ssl

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Makefile 671 Bytes
一键复制 编辑 原始数据 按行查看 历史
Jean-Sébastien Pédron 提交于 2017-05-16 18:01 . Merge branch 'stable'
PROJECT = rabbitmq_auth_mechanism_ssl
PROJECT_DESCRIPTION = RabbitMQ SSL authentication (SASL EXTERNAL)
PROJECT_MOD = rabbit_auth_mechanism_ssl_app
define PROJECT_ENV
[
{name_from, distinguished_name}
]
endef
define PROJECT_APP_EXTRA_KEYS
{broker_version_requirements, []}
endef
DEPS = rabbit_common rabbit
DEP_EARLY_PLUGINS = rabbit_common/mk/rabbitmq-early-plugin.mk
DEP_PLUGINS = rabbit_common/mk/rabbitmq-plugin.mk
# FIXME: Use erlang.mk patched for RabbitMQ, while waiting for PRs to be
# reviewed and merged.
ERLANG_MK_REPO = https://github.com/rabbitmq/erlang.mk.git
ERLANG_MK_COMMIT = rabbitmq-tmp
include rabbitmq-components.mk
include erlang.mk
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/skmust2010/rabbitmq-auth-mechanism-ssl.git
git@gitee.com:skmust2010/rabbitmq-auth-mechanism-ssl.git
skmust2010
rabbitmq-auth-mechanism-ssl
rabbitmq-auth-mechanism-ssl
master

搜索帮助