我正在运行一个GCE实例,我想添加一个通过//is this the first day of the month?
$date = date('Y-m-d');
$pieces = explode("-", $date);
$day = $pieces[2];
//if it's not the first day then stop
if($day != "01") {
echo "error - it's not the first of the month today";
exit;
}
命令创建的Google Cloud托管证书。
我正在阅读的所有内容都希望我拥有实例组或后端代理。
这似乎与我要附加证书的单个VM都不相关,并且我不希望销毁该VM或将其放入实例组。