Adding compute engine private key generation sample. · ericbolo/python-docs-samples@d756386 · GitHub
Skip to content

Commit d756386

Browse files
author
Jon Wayne Parrott
committed
Adding compute engine private key generation sample.
Change-Id: I06ba22294f8f0d734b048b3e903d2f98178b4a5c
1 parent d5fc45e commit d756386

3 files changed

Lines changed: 113 additions & 0 deletions

File tree

Lines changed: 93 additions & 0 deletions
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Copyright 2016, Google, Inc.
2+
# Licensed under the Apache License, Version 2.0 (the "License");
3+
# you may not use this file except in compliance with the License.
4+
# You may obtain a copy of the License at
5+
#
6+
# http://www.apache.org/licenses/LICENSE-2.0
7+
#
8+
# Unless required by applicable law or agreed to in writing, software
9+
# distributed under the License is distributed on an "AS IS" BASIS,
10+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
11+
# See the License for the specific language governing permissions and
12+
# limitations under the License.
13+
14+
import generate_wrapped_rsa_key
15+
16+
17+
def test_main():
18+
generate_wrapped_rsa_key.main()
Lines changed: 2 additions & 0 deletions

0 commit comments

Comments
 (0)