You are about to be asked to enter information that will be incorporated
into your certificate request.
What you are about to enter is what is called a Distinguished Name or a DN.
There are quite a few fields but you can leave some blank
For some fields there will be a default value,
If you enter '.', the field will be left blank.
-----
Country Name (2 letter code)[AU]: CN # 国家/地区State or Province Name (full name)[Some-State]:Zhejiang # 省/市Locality Name (eg, city)[]:Hangzhou # 城市Organization Name (eg, company)[Internet Widgits Pty Ltd]:EMQX # 组织机构(或公司名),如 EMQOrganizational Unit Name (eg, section)[]:EMQX # 机构部门,如 EMQXCommon Name (e.g. server FQDN or YOUR name)[]:none # 通用名称,此处应当设置为服务器域名如 mqtt.emqx.com...
## listener.ssl.$name is the IP address and port that the MQTT/SSL## Value: IP:Port | Portlistener.ssl.external =8084## Path to the file containing the user's private PEM-encoded key.## Value: Filelistener.ssl.external.keyfile = etc/certs/emqx.key
## Path to a file containing the user certificate.## Value: Filelistener.ssl.external.certfile = etc/certs/emqx.pem
## Path to the file containing PEM-encoded CA certificates. The CA certificates## Value: Filelistener.ssl.external.cacertfile = etc/certs/my_root_ca.pem