Files
Vladimir Kochnev 52a4642edd Set TLSVerify=true by default for API endpoints
Option defaults in API must be the same as in CLI.

```
% podman image push --help
% podman image pull --help
% podman manifest push --help
% podman image search --help
```

All of these CLI commands them have --tls-verify=true by default:
```
--tls-verify  require HTTPS and verify certificates when accessing the registry (default true)
```

As for `podman image build`, it doesn't have any means to control
`tlsVerify` parameter but it must be true by default.

Signed-off-by: Vladimir Kochnev <hashtable@yandex.ru>
2022-07-26 02:07:56 +03:00
..
2022-05-19 15:24:18 -07:00
2022-01-18 12:47:07 +01:00
2022-01-18 12:47:07 +01:00
2022-01-18 12:47:07 +01:00
2022-05-19 15:24:18 -07:00
2022-05-19 15:24:18 -07:00
2022-05-19 15:24:18 -07:00
2022-05-19 15:24:18 -07:00
2022-05-19 15:24:18 -07:00
2022-05-19 15:24:18 -07:00
2022-07-13 15:27:03 +01:00
2022-05-19 15:24:18 -07:00
2022-05-19 15:24:18 -07:00
2022-05-19 15:24:18 -07:00
2022-05-19 15:24:18 -07:00
2022-05-19 15:24:18 -07:00
2022-05-19 15:24:18 -07:00
2022-05-19 15:24:18 -07:00
2022-07-13 15:27:03 +01:00