#!/bin/sh openssl genrsa -out client.key 2048 openssl req -key client.key -new -out client.req openssl x509 -req -days 365 -in client.req -signkey client.key -out client.crt -extfile client.cnf -extensions ssl_client openssl x509 -req -days 1000 -in client.req -CA ~/.mitmproxy/mitmproxy-ca.pem -CAkey ~/.mitmproxy/mitmproxy-ca.pem -set_serial 00001 -out client.crt -extensions ssl_client cat client.key client.crt > 127.0.0.1.pem openssl x509 -text -noout -in 127.0.0.1.pem />
aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include/asm-powerpc/multicall.h
blob: 5a383056be2cbf92782b3b0f49a45ddd02a96edb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27