We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
在VPS上使用vuepress,找不到证书的配置参数 when using vuepress on my VPS, I can't find how to config my certfications.
在config.js 内添加ca、cert等参数支持 add CA, cert supports in config.js
在dev进行时,配置web服务器之前,检查证书配置 during 'vuepress dev' operation, check cert configuration in node.js app.js file
perhaps not
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Feature request
What problem does this feature solve?
在VPS上使用vuepress,找不到证书的配置参数
when using vuepress on my VPS, I can't find how to config my certfications.
What does the proposed API look like?
在config.js 内添加ca、cert等参数支持
add CA, cert supports in config.js
How should this be implemented in your opinion?
在dev进行时,配置web服务器之前,检查证书配置
during 'vuepress dev' operation, check cert configuration in node.js app.js file
Are you willing to work on this yourself?
perhaps not
The text was updated successfully, but these errors were encountered: