永不消失的彩虹
永不消失的彩虹
关于Messages,文档中提到`Message can be any type, such as jsx format.` 我在iView中直接用文档例子`{name:{type: "string", required: true, message: Name is required}}` 报错`error in render function typeerror converting circular structure to json`,请问怎么解决呢?
生成的其他证书,已经成功部署在群晖的DSM7系统上。 但是,通过命令`acme.sh --toPkcs -d www.abc.com --password xxx`转换的证书无法使用 通过浏览器访问私有的域名 https://www.abc.com:32400/ 访问plex主页时,会报错 ”_你的连接不是专用连接 攻击者可能试图从 www.abc.com 窃取你的信息(例如,密码、消息或信用卡)。 net::ERR_CERT_COMMON_NAME_INVALID_“ Plex Media Server中的自定义证书,配置项:  通过查询,发现Plex Media Server对于自定义证书的要求 1、使用 .P12格式,并由AES-256加密算法生成 2、对转换证书的要求:证书文件必须符合 X.509编码,可用OpenSSL转换