Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(555)

Side by Side Diff: net/data/ssl/scripts/generate-multi-root-keychain.sh

Issue 2585963003: PKI library Mac trust store integration (Closed)
Patch Set: updates for rebase & cl format Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 #!/bin/sh
2
3 # Copyright 2016 The Chromium Authors. All rights reserved.
4 # Use of this source code is governed by a BSD-style license that can be
5 # found in the LICENSE file.
6
7 set -e
8
9 rm -rf out
10 mkdir out
11
12 echo "Generating keychain"
13 ./generate-keychain.sh $PWD/out/multi-root.keychain --untrusted \
14 ../certificates/multi-root*-by-*.pem
15
16 echo "Copying outputs"
17 cp out/multi-root.keychain ../certificates
OLDNEW
« no previous file with comments | « net/data/ssl/certificates/multi-root.keychain ('k') | net/tools/cert_verify_tool/verify_using_path_builder.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698