Max Makarov
Max Makarov
Any updates? We render CS:GO clips in Docker/Kubernetes environment and I want to use HLAE there.
@dtugend I managed to run CS:GO with HLAE in Wine in a container environment, but I have a problem with FFmpeg. As I understand correctly, HLAE spawns ffmpeg as a...
> you can set a timeserver via the machine config, it's way easier :) Of course, but we're speaking of out-of-box user experience for Talos users
@EirikAskheim done
By the way I had the same problem even with `fusermount` binary and even using `nydus-snapshotter`
@rsmitty Have you tested if the `stargz-snapshotter` extension is working correctly?
@markawightman75 How did you resolve this problem?
> @markawightman75 I'm having exactly the same issue. Any updates on your side? Did you ever get this resolved? I resolved this problem by changing the sequence of certificates in...
> @maxpain In what order? > > 1. your cert > 2. their cert (GlobalSign?) I got all 3 certificates from GlobalSign.
Example: ``` jsign --storetype GOOGLECLOUD \ --storepass "$(gcloud auth print-access-token)" \ --keystore projects/codesigning/locations/europe-central2/keyRings/CodeSigning \ --alias ev4096 \ --certfile full-chain.pem \ --tsaurl http://timestamp.globalsign.com/tsa/r6advanced1 \ --tsmode RFC3161 \ example_app.exe ```