Questions tagged [pinning]
21 questions
0
votes
1 answer
Mismatch of pin rules for domain
I see some of those logs in my windows eventlog (Windows 10)
05/31/2017 07:44:03 AM
LogName=Application
SourceName=Microsoft-Windows-CAPI2
EventCode=4114
EventType=2
Type=Error
ComputerName=VIE-TABSI-VM.PSC.local
TaskCategory=The operation completed…

gerhard
- 1
- 2
0
votes
1 answer
Can I use cross-signing to facilitate HPKP management?
HPKP in a webserver works by adding headers to replies containing hashes of various public keys, such that at least one of the hashes is valid = of a certificate in the certificate chain of the current server certificate, and at least one is invalid…

Hagen von Eitzen
- 824
- 3
- 17
- 43
0
votes
0 answers
Debian apt install single package from experimental but keep original system upgrades
I'v installed xfce 4.12 on debian jessie from testing by adding the testing repo in
/etc/apt/sources.list.d/testing.list
File content:
deb http://ftp.us.debian.org/debian/ testing main contrib non-free
deb-src http://ftp.us.debian.org/debian/…

Fabrizio Mazzoni
- 671
- 1
- 9
- 24
0
votes
1 answer
How to use specific apt repository
I'm trying to install imagemagick package from my own repository. Here is my step-by-step:
I created apt repository using reprepro utility with conf:
Origin: custom-repo.s3.amazonaws.com
Label: custom-repo.s3.amazonaws.com
Codename:…

symydo
- 3
- 1
0
votes
1 answer
How to list all of the known root keys in docker (Docker Content Trust)
How can I list all of the Docker Content Trust root keys on my system?
I am setting up a CI process that will use the debian:stable-latest docker image to build my application's releases in ephemeral cloud instances. I want to make sure that every…

Michael Altfield
- 739
- 2
- 8
- 23
0
votes
1 answer
Rollback Yum machine to historical state, ignoring "obsoletes"
I have a large number of stateful servers that use Yum for package management. I am interested in a general automatic process for rolling them back to a historical state.
Usually, enabling the correct repo and using distro-sync would be sufficient,…

gntskn
- 101