Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

kubeadm get discovery-token-ca-cert-hash command openssl

openssl x509 -pubkey -in /etc/kubernetes/pki/ca.crt | openssl rsa -pubin -outform der 2>/dev/null | openssl dgst -sha256 -hex | sed 's/^.* //'
Comment

kubeadm get discovery-token-ca-cert-hash

# at cp node
openssl x509 -pubkey -in /etc/kubernetes/pki/ca.crt | openssl rsa -pubin -outform der 2>/dev/null | openssl dgst -sha256 -hex | sed 's/ˆ.* //'
Comment

PREVIOUS NEXT
Code Example
Shell :: git commit to previous commit 
Shell :: cmake install files 
Shell :: install openjdk debian 
Shell :: bash scripting tutorial 
Shell :: sed add a line after a match 
Shell :: exception: unable to run "adb", check your android sdk installation and android_sdk_root environment variable: 
Shell :: what is nano editor in linux 
Shell :: Android ADB commands to get the device or emulator properties 
Shell :: Get contributors of a project with git 
Shell :: ubuntu badge settings not showing 
Shell :: py pip install error winerror the system cannot find the .exe.deleteme 
Shell :: run command and Exit cts 
Shell :: find newest modified file recursively 
Shell :: apt get install pillow for odoo 
Shell :: how to read an input in bash 
Shell :: how to update azure data studio on ubuntu 
Shell :: cht sht .vim (config opts) 
Shell :: details of a long format in linux and unix based OS 
Shell :: check head of file 
Shell :: install exercism 
Shell :: Configuration for local git accounts 
Shell :: fedora doesnt recognise hard disk 
Shell :: kde plasma pop os 
Shell :: How to compress and decompress a file in the terminal 
Shell :: terminal shortcuts 
Shell :: brew install erlang 
Shell :: search for css class in files in vs code 
Shell :: find #SUID 
Shell :: install ponylang 
Shell :: Provide file / folder access to a user in Linux 
ADD CONTENT
Topic
Content
Source link
Name
9+3 =