我编写了一个shell脚本,它在目录中搜索与env后缀中任何后缀匹配的文件。
#!/bin/bash
SUFFIXES=$(SUFFIXES:-'.c .cpp .cc'}
CC=${CC:-gcc}
CFLAGS=${CFLAGS:-"-Wall -Werror"}
VERBOSE=${VERBOSE:-1}
for i in *$SUFFIXES
do
$CC $CLAGS -o ${i%$SUFFIXES} $i 2> /dev/null
if [ $VERBOSE == 1 ]
then
echo
我有一个AWS实例,它将于下周到期。我使用Certbot作为SSL。要更新我运行的证书:
./certbot-auto --force-renewal
然后我得到了以下错误
- The following errors were reported by the server:
Domain: mydomain.com
Type: unauthorized
Detail: Incorrect validation certificate for tls-sni-01 challenge.
Requested
e1ffb2998151164f701f