From 0210e8fa7778080039113faf30d5e4969b5c2077 Mon Sep 17 00:00:00 2001 From: ish <55735188+ish-hcc@users.noreply.github.com> Date: Mon, 21 Oct 2024 18:00:49 +0900 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ec2bdcb..e8220ae 100644 --- a/README.md +++ b/README.md @@ -214,5 +214,7 @@ Those encrypted values are always changes with each request by RSA algorithm. make run ``` 2. Copy `honeybee.key` file from `~/.cm-honeybee` or the path of 'CMHONEYBEE_ROOT' environment variable. - 3. See this commit to modify your source. + 3. See this commits to modify your source. * [cm-grasshopper: Decrypt passwords and private keys of Honeybee's connection info](https://github.com/cloud-barista/cm-grasshopper/commit/4c1c2c2224570d87296e24accca4b37e6ec7a81b) + * [rsautil: Decrypt data with splited sizes](https://github.com/cloud-barista/cm-grasshopper/commit/08d6e90bd09e408e2ba1ddc026f07076e515f960) + * [ssh: Apply honeybee changes](https://github.com/cloud-barista/cm-grasshopper/commit/0a412981c3005706544136e5f3b92d36e520bb5f)