fix(enroll): skip TLS validation during enrollment bootstrap to allow certificate acquisition
This commit is contained in:
@ -64,7 +64,7 @@ async fn main() -> Result<()> {
|
||||
);
|
||||
|
||||
// Load configuration
|
||||
let config = match AppConfig::load(&args.config) {
|
||||
let config = match AppConfig::load(&args.config, args.enroll.is_some()) {
|
||||
Ok(cfg) => {
|
||||
info!(
|
||||
port = cfg.server.port,
|
||||
|
||||
Reference in New Issue
Block a user