log.Fatalf("[ERROR] Unable to make new certificate storage path: %v",err)
log.Fatalf("[ERROR] Unable to make new certificate storage path: %v\n\nPlease follow instructions at:\nhttps://github.com/mholt/caddy/issues/902#issuecomment-228876011",err)
}
err=os.Rename(oldPath,string(newPath))
iferr!=nil{
log.Fatalf("[ERROR] Unable to migrate certificate storage: %v",err)
log.Fatalf("[ERROR] Unable to migrate certificate storage: %v\n\nPlease follow instructions at:\nhttps://github.com/mholt/caddy/issues/902#issuecomment-228876011",err)
}
// convert mixed case folder and file names to lowercase