MOD: updated docs
This commit is contained in:
parent
2ec57697cb
commit
171bc44728
|
@ -35,8 +35,8 @@ $ adb connect 192.168.123.131
|
|||
$ adb connect 192.168.123.132
|
||||
|
||||
# execute commands to the connected android
|
||||
$ adb -s 192.168.123.131 shell
|
||||
$ adb -s 192.168.123.132 push client_s.p12 /data/media/0/Download/
|
||||
$ adb -s 192.168.123.131 shell
|
||||
|
||||
# restarting adb as root
|
||||
$ adb -s 192.168.123.132 root
|
||||
|
|
|
@ -3,15 +3,11 @@
|
|||
|
||||
[[ WORKING ]]
|
||||
|
||||
* .p12 file using on strongswan (works, kind of)
|
||||
|
||||
* PKI Bootstrap slide deck
|
||||
-request a meeting to go over the PKI and show the slide deck
|
||||
|
||||
* testing multiple CA-I compatibility
|
||||
-"103.cai.skunkworks.acme.xyz" -worked
|
||||
-"104.cai.skunkworks.acme.xyz" -test this
|
||||
* test "104.cai.skunkworks.acme.xyz"
|
||||
-load client certificate onto different tablet
|
||||
|
||||
* research gitlab CI
|
||||
-install gitlab in docker
|
||||
-configure CI
|
||||
|
@ -26,7 +22,7 @@
|
|||
* add CA password??
|
||||
* create Andriod certificate installation guide
|
||||
-copy file to sd, select .p12 file, password="password"
|
||||
|
||||
* remove client .p12 password (have no password)
|
||||
|
||||
[ misc ]
|
||||
* can I install certificates from an android application??
|
||||
|
@ -58,6 +54,14 @@
|
|||
|
||||
[[ COMPLETED ]]
|
||||
|
||||
[ ver 3.4 ]
|
||||
* testing multiple CA-I compatibility
|
||||
-"103.cai.skunkworks.acme.xyz" -worked
|
||||
-"104.cai.skunkworks.acme.xyz" -worked
|
||||
* test "104.cai.skunkworks.acme.xyz"
|
||||
-load client certificate onto different tablet -worked
|
||||
|
||||
|
||||
[ ver 3.3 ]
|
||||
* SERIOUS refactoring to focus on local execution with default configs and SERIAL # incrementation
|
||||
* configuration defaults generated so that the CA-I package is all automated
|
||||
|
|
Loading…
Reference in New Issue