2016-12-01 21 views

答えて

1

新しいCLIツールを使用してください。

rd keys create --file id_rsa --path keys/myuser/id_rsa --type privateKey 
:使用量が例えば

rd keys create help 
Create a new key entry. 

Usage: create options PATH 
    [--file -f value] : File path for reading the upload contents. 
    [--path -p value] : Storage path, default: keys/ 
    [--prompt -p] : (password type only) prompt on console for the password value, if -f is not specified. 
    --type -t value : Type of key to store: publicKey,privateKey,password. 

を以下のとおりであるhttps://rundeck.github.io/rundeck-cli/

を参照してください。