Results 4 issues of TonoMao

![图片](https://user-images.githubusercontent.com/6191406/64933238-cbe47b80-d876-11e9-824e-e20d6cd021cf.png) maven release中加了参数,还是报错?!

Is it possible to add a policy for authentication. For example, using a regular expression to qualify the rules for configuring passwords

class:feature

In the case of self-signed HCSO, ignore the hostname validation of the certificate while maintaining server-side certificate validation

我们的目的就是对 nacos 开放的所有端口,加上 TLS/SSL 证书配置。 于是,对于 Nacos server 进行了 SSL 的配置: 1. 打开了 rpc 端口的 TLS 配置,dubbo 服务可以正常注册成功,9848 、9849端口配置 SSL 证书成功; ```properties nacos.remote.server.rpc.tls.enableTls=true nacos.remote.server.rpc.tls.certChainFile=file:/certs/ca/test-server-cert.pem nacos.remote.server.rpc.tls.certPrivateKey=file:/certs/ca/test-server-key.pem ``` 2. 在此基础上,再开启了 nacos 主端口...

status/need feedback