📄 bootstrap
字号:
#!/bin/sh## This is a wrapper script to create default certificates when the# server first starts in debugging mode. Once the certificates have been# created, this file should be deleted.## Ideally, this program should be run as part of the installation of any# binary package. The installation should also ensure that the permissions# and owners are correct for the files generated by this script.## $Id: bootstrap,v 1.3 2007/08/19 16:08:14 nbk Exp $#umask 027cd `dirname $0`make ca server dh random
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -