bootstrap
来自「使用最广泛的radius的linux的源码」· 代码 · 共 16 行
TXT
16 行
#!/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 + =
减小字号Ctrl + -
显示快捷键?