diff options
author | Rob Austein <sra@hactrn.net> | 2008-04-16 04:58:58 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2008-04-16 04:58:58 +0000 |
commit | 5c2e6f697887070f8323f2703c228ee191b9efd2 (patch) | |
tree | daa6891741c095d15fb0f934ab25aaa48893b8d1 /rpkid/rpki/sql.py | |
parent | f3975317c328af07651eb9868082ed91d281a887 (diff) |
Rework ROA generation and maintenance.
svn path=/docs/left-right-xml; revision=1668
Diffstat (limited to 'rpkid/rpki/sql.py')
-rw-r--r-- | rpkid/rpki/sql.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rpkid/rpki/sql.py b/rpkid/rpki/sql.py index 3a9d552d..892e99b7 100644 --- a/rpkid/rpki/sql.py +++ b/rpkid/rpki/sql.py @@ -449,7 +449,7 @@ class ca_detail_obj(sql_persistant): for child_cert in predecessor.child_certs(): child_cert.reissue(self) for route_origin in predecessor.route_origins(): - route_origin.reissue_roa() + route_origin.regenerate_roa() def delete(self, ca, repository): """Delete this ca_detail and all of the certs it issued.""" |