`yandex-internal-root-ca.pem`: https://crls.yandex.net/YandexInternalRootCA.crt
`temporal-root-ca.pem`: self signed CA cert, see https://yav.yandex-team.ru/secret/sec-01f65hs8ec0ba4knx1s77xfqxq/explore/versions
`all-root-ca.pem`: just `cat yandex-internal-root-ca.pem temporal-root-ca.pem > all-root-ca.pem`

`anonymous.{key,pem}` — a self signed TLS certificate that allows "anonymous" access to swat-temporal.yandex.net:7233 and
requires an OAuth token for actual authorization.

```
ya package ./bundle.json
ya upload ./temporal-certs.0.0.2.tar.gz
```
